So far so good!

This commit is contained in:
2023-12-26 18:39:21 -07:00
parent dc167b4292
commit b861029b4d
33 changed files with 228 additions and 969 deletions

View File

@ -1,15 +0,0 @@
name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
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 }}