Skip to content

Commit ef1e2b5

Browse files
authored
Rename PM2 app from ci-cd-github to CI_CD-githubactions
1 parent c8e5605 commit ef1e2b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
npm install --omit=dev
6060
6161
# 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"
62+
pm2 stop CI_CD-githubactions 2>/dev/null || echo "App not running, starting fresh"
63+
pm2 delete CI_CD-githubactions 2>/dev/null || echo "No existing app to delete"
6464
6565
# Start app
66-
pm2 start app.js --name ci-cd-github
66+
pm2 start app.js --name CI_CD-githubactions
6767
pm2 save
6868
6969
# Verify app is running

0 commit comments

Comments
 (0)