Skip to content

Commit

Permalink
fix: restart command in deploy.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KaioFelps committed Dec 26, 2024
1 parent 927dda0 commit 4b168f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Commit the application
run: |
cd __package
squarecloud commit --restart ${{ secrets.SQUARE_APPLICATION_ID }}
squarecloud commit ${{ secrets.SQUARE_APPLICATION_ID }}
squarecloud app restart ${{ secrets.SQUARE_APPLICATION_ID }}

0 comments on commit 4b168f6

Please sign in to comment.