From 6699cc54cc0813a8e871fb0e89c9e4cd6f6202ff Mon Sep 17 00:00:00 2001 From: Ravencodess <115118888+Ravencodess@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:08:57 +0100 Subject: [PATCH] Update anchor-deploy.yaml Signed-off-by: Ravencodess <115118888+Ravencodess@users.noreply.github.com> --- .github/workflows/anchor-deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anchor-deploy.yaml b/.github/workflows/anchor-deploy.yaml index c6e2e6e8a..bb3a60302 100644 --- a/.github/workflows/anchor-deploy.yaml +++ b/.github/workflows/anchor-deploy.yaml @@ -41,8 +41,7 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} script: | - cd boilerplate-frontend - rm -rf * + cd hng_boilerplate_nextjs tar -xzf /tmp/java/boilerplate.tar.gz mv /tmp/java/.env.java .env rm -f /tmp/java/boilerplate.tar.gz @@ -84,8 +83,7 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} script: | - cd boilerplate-frontend - rm -rf * + cd hng_boilerplate_nextjs tar -xzf /tmp/python/boilerplate.tar.gz mv /tmp/python/.env.python .env rm -f /tmp/python/boilerplate.tar.gz