Skip to content

Commit

Permalink
Fix working directory (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 authored Mar 25, 2024
1 parent 68b27d9 commit be00e59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
deploy_frontend:
needs: ["terraform", "setup"]
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend

steps:
- name: Checkout code
Expand All @@ -154,3 +157,4 @@ jobs:
run: railway up --service "microvan"
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
working-directory: ./

0 comments on commit be00e59

Please sign in to comment.