Skip to content

Commit

Permalink
fixed deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Dec 9, 2023
1 parent 3913605 commit b2f24ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
echo '${{ secrets.BACKEND_ENV_FILE }}' > .env
npm install
npm run build
pm2 restart all
cd ../frontend
echo '${{ secrets.FRONTEND_ENV_FILE }}' > .env
npm install
npm run build
pm2 restart all

0 comments on commit b2f24ce

Please sign in to comment.