katbin/.github/workflows/fly.yml
Amogh Lele b76d005a22
ci(actions): set up automated deploys using github actions
Signed-off-by: Amogh Lele <amogh@dyte.io>
2022-05-23 09:22:27 +05:30

12 lines
304 B
YAML

name: Fly Deploy
on: [push]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy to fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only