gabrielsimmer.com/.gitea/workflows/flyctl-deploy.yml
Gabriel Simmer b5a2e5b08e
All checks were successful
Fly Deploy / Deploy app (push) Successful in 1m57s
Use mainline checkout
2023-08-15 09:19:56 +01:00

18 lines
390 B
YAML

name: Fly Deploy
on:
push:
branches:
- trunk
jobs:
deploy:
name: Deploy app
runs-on: debian-latest
steps:
- uses: actions/checkout@v3.5.3
with:
ref: trunk
- uses: https://github.com/superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}