We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e5605 commit ef1e2b5Copy full SHA for ef1e2b5
1 file changed
.github/workflows/Deploy.yml
@@ -59,11 +59,11 @@ jobs:
59
npm install --omit=dev
60
61
# Stop existing app (gracefully handle if not running)
62
- pm2 stop ci-cd-github 2>/dev/null || echo "App not running, starting fresh"
63
- pm2 delete ci-cd-github 2>/dev/null || echo "No existing app to delete"
+ pm2 stop CI_CD-githubactions 2>/dev/null || echo "App not running, starting fresh"
+ pm2 delete CI_CD-githubactions 2>/dev/null || echo "No existing app to delete"
64
65
# Start app
66
- pm2 start app.js --name ci-cd-github
+ pm2 start app.js --name CI_CD-githubactions
67
pm2 save
68
69
# Verify app is running
0 commit comments