Skip to content

Commit

Permalink
Created deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samie authored May 16, 2024
1 parent 5e3a9cb commit 3e6da01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Fly Deploy
on: [push]
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

0 comments on commit 3e6da01

Please sign in to comment.