Skip to content

Commit

Permalink
core(cd): rename app in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pviara committed Mar 25, 2024
1 parent c94ffb6 commit c6f0a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
git reset --hard origin/main
yarn install
yarn build
pm2 delete w3-bestiary-api
pm2 start dist/src/main.js --name w3-bestiary-api
pm2 delete witcher-api
pm2 start dist/src/main.js --name witcher-api

0 comments on commit c6f0a49

Please sign in to comment.