Skip to content

Commit

Permalink
fix :: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Oct 31, 2024
1 parent 4cbec83 commit 124aa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no ec2-user@${{ secrets.HOST }} "
cd /var/www/dear &&
pm2 start yarn --name dear-app -- start &&
pm2 reload dear-app
pm2 start yarn --name dear -- start &&
pm2 reload dear
"

0 comments on commit 124aa57

Please sign in to comment.