diff --git a/.github/workflows/anchor-deploy.yaml b/.github/workflows/anchor-deploy.yaml index 40ef30d1f..c6e2e6e8a 100644 --- a/.github/workflows/anchor-deploy.yaml +++ b/.github/workflows/anchor-deploy.yaml @@ -87,7 +87,7 @@ jobs: cd boilerplate-frontend rm -rf * tar -xzf /tmp/python/boilerplate.tar.gz - mv /tmp/python/.env.java .env + mv /tmp/python/.env.python .env rm -f /tmp/python/boilerplate.tar.gz cp -r .next/standalone/* . pm2 restart python-boilerplate --update-env