Skip to content

Commit

Permalink
updated fly.yml to set working directory default
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Dec 10, 2023
1 parent 4d09c56 commit 9b1bf25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ on:
push:
branches:
- main

defaults:
run:
working-directory: ./go-app

jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- working-directory: ./go-app
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
Expand Down

0 comments on commit 9b1bf25

Please sign in to comment.