Skip to content

Commit

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

0 comments on commit 42477cd

Please sign in to comment.