Skip to content

Commit

Permalink
fix: deploy.yaml deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
KaioFelps committed Dec 25, 2024
1 parent 66960c0 commit 5ca72e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Deploy
run: |
run: cd __package
cd __package
squarecloud login --token=${{ secrets.SQUARE_TOKEN }}
squarecloud commit ${{ secrets.SQUARE_APPLICATION_ID }}
squarecloud app restart ${{ secrets.SQUARE_APPLICATION_ID }}

0 comments on commit 5ca72e1

Please sign in to comment.