From 97eb2cf9b5b4fc3eaef5b754deeb7f69fa1c4cdb Mon Sep 17 00:00:00 2001 From: Ravencodess <115118888+Ravencodess@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:23:34 +0100 Subject: [PATCH] Update anchor-deploy.yaml Signed-off-by: Ravencodess <115118888+Ravencodess@users.noreply.github.com> --- .github/workflows/anchor-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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