diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ac21fa..76ce2f9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -129,6 +129,9 @@ jobs: deploy_frontend: needs: ["terraform", "setup"] runs-on: ubuntu-latest + defaults: + run: + working-directory: ./frontend steps: - name: Checkout code @@ -154,3 +157,4 @@ jobs: run: railway up --service "microvan" env: RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }} + working-directory: ./