Skip to content

Commit

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

0 comments on commit 1dfb369

Please sign in to comment.