diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22b1ee88..f4a5944a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: VITE_AVORED_FRONTEND_BASE_URL=${{secrets.VITE_AVORED_FRONTEND_BASE_URL}} - VITE_AVORED_FRONTEND_BASE_URL=${{secrets.VITE_AVORED_BACKEND_BASE_URL}} npm run build + VITE_AVORED_BACKEND_BASE_URL=${{secrets.VITE_AVORED_BACKEND_BASE_URL}} npm run build - name: Copy files via ssh uses: appleboy/scp-action@master