Skip to content

Commit

Permalink
backend deployment actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shkwahab committed Sep 2, 2024
1 parent e735096 commit 5ae189f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
pnpm i && pnpm build
cd ..
sudo mv ~/sunvoy-backend /usr/share/apis/sunvoy-backend
cd /usr/share/apis/sunvoy-backend
pm2 delete sunvoy-backend || true
pm2 start ecosystem.config.js
echo "Deployment finished."

0 comments on commit 5ae189f

Please sign in to comment.