Skip to content

Commit

Permalink
Update anchor-deploy.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ravencodess <[email protected]>
  • Loading branch information
Ravencodess authored Aug 21, 2024
1 parent 804ce5b commit cee4f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anchor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mv /tmp/java/.env.java .env
rm -f /tmp/java/boilerplate.tar.gz
cp -r .next/standalone/* .
pm2 restart java-boilerplate --update-env
pm2 restart nextjs_boilerplate --update-env
deploy_to_python:
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
mv /tmp/python/.env.python .env
rm -f /tmp/python/boilerplate.tar.gz
cp -r .next/standalone/* .
pm2 restart python-boilerplate --update-env
pm2 restart nextjs_boilerplate --update-env

0 comments on commit cee4f6d

Please sign in to comment.