Skip to content

Commit

Permalink
Update production-deployment.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ravencodess <[email protected]>
  • Loading branch information
Ravencodess authored Oct 29, 2024
1 parent a908ebd commit 41786e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git stash
git reset --hard
git pull
tar -xzf nextjs-staging.tar.gz
rm -f nextjs-staging.tar.gz
tar -xzf nextjs-prod.tar.gz
rm -f nextjs-prod.tar.gz
pnpm install
pm2 restart boilerplate_fe_prod --update-env

0 comments on commit 41786e8

Please sign in to comment.