Skip to content

Commit

Permalink
chore: Update CD workflow to use "dev" instead of "start" for the "da…
Browse files Browse the repository at this point in the history
…ilypet-dev" process
  • Loading branch information
castberry10 committed Aug 24, 2024
1 parent 1c3e6a8 commit 4c4ae5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
git pull
git checkout main
npm install
pm2 restart dailypet-dev || pm2 start npm --name "dailypet-dev" -- run start
pm2 restart dailypet-dev || pm2 start npm --name "dailypet-dev" -- run dev
EOF

0 comments on commit 4c4ae5b

Please sign in to comment.