From be00e5957b2a77a6a549d7ac20f87810af617cbe Mon Sep 17 00:00:00 2001 From: Lance Tan <63096217+ltan02@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:55:43 -0700 Subject: [PATCH] Fix working directory (#66) --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: ./