Delete .github directory

This commit is contained in:
2024-04-01 02:20:41 -06:00
committed by GitHub
parent 401daa5b66
commit be0a944665

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 }}