Skip to content

Commit

Permalink
fix:syntax error (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
M397749490 authored Dec 27, 2023
1 parent 42477cd commit 4b3f262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
sudo su
cd ${{ secrets.PROJ_PATH }}
sudo ./deploy.sh
./deploy.sh

0 comments on commit 4b3f262

Please sign in to comment.