Skip to content

Commit

Permalink
Create fly-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jadiagaurang authored Nov 8, 2022
1 parent 6c84864 commit cf3af57
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Fly Deploy

on:
push:
tags:
- 'v*'

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only

0 comments on commit cf3af57

Please sign in to comment.