Skip to content

Commit

Permalink
Setup deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn authored Dec 7, 2023
1 parent 6a01b73 commit dcf594b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy to fly.io

on:
push:
branches: [ "main" ]

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only

0 comments on commit dcf594b

Please sign in to comment.