Skip to content

Commit

Permalink
Add CI (#4)
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
hextriclosan authored Jan 30, 2024
1 parent d09cfd5 commit 3f1e76d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: deploy app to fly.io
runs-on: ubuntu-latest
environment: production
concurrency: deploy-group
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 3f1e76d

Please sign in to comment.