diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 992cf9a..bffc5f4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -14,5 +14,5 @@ jobs: USERNAME: ${{ secrets.USERNAME }} PORT: ${{ secrets.PORT }} KEY: ${{ secrets.SSHKEY }} - script: cd /opt/bouns-bot && git stash && git pull && npm run build + script: cd /opt/bouns-bot/frontend && git stash && git pull && npm run build \ No newline at end of file