Delete .github directory
This commit is contained in:
parent
401daa5b66
commit
be0a944665
1 changed files with 0 additions and 15 deletions
15
.github/workflows/fly.yml
vendored
15
.github/workflows/fly.yml
vendored
|
@ -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 }}
|
|
Loading…
Add table
Reference in a new issue