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 b408e0c commit e735096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
cd ..
sudo mv ~/sunvoy-backend /usr/share/apis/sunvoy-backend
pm2 delete sunvoy-backend || true
pm2 start ecosystem.config.js --name sunvoy-backend
pm2 start ecosystem.config.js
echo "Deployment finished."

0 comments on commit e735096

Please sign in to comment.