Skip to content

Commit

Permalink
Hotfix: update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hookor authored May 30, 2024
1 parent 6287ca3 commit a5141ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
key: ${{ secrets.AWS_SSH_KEY }}
port: 22
script: |
sudo su
cd /root/DDocker_BE
git pull origin main
pm2 reload DDocker_API
sudo su -c 'cd /root/DDocker_BE'
sudo su -c 'git pull origin main'
sudo su -c 'pm2 reload DDocker_API'

0 comments on commit a5141ab

Please sign in to comment.