Skip to content

Commit

Permalink
ci: Auto deploy on Fly
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Apr 12, 2023
1 parent 3608bf9 commit dc424e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ jobs:
with:
releaseId: ${{ needs.release.outputs.id }}
args: 'dist/*'
deploy:
name: Deploy go-amizone on Fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit dc424e8

Please sign in to comment.