Skip to content

Commit

Permalink
Update earthly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe authored Jun 21, 2024
1 parent 6c4ec29 commit 3693dc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
src:
- 'cmd/patreon-saasproxy/*.go'
- 'internal/**/*.go'
- 'go.mod'
- 'go.sum'
- if: steps.changes.outputs.src == 'true'
run: flyctl deploy --remote-only -c ./fly/patreon-saasproxy/fly.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 3693dc9

Please sign in to comment.