diff options
| -rw-r--r-- | .github/workflows/main.yml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6103c37..e613721c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,18 @@ -name: Fly Deploy +# name: Fly Deploy +# on: [push] +# env: +# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} +# jobs: +# deploy: +# name: Deploy app +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - uses: superfly/flyctl-actions/setup-flyctl@master +# - run: flyctl deploy --remote-only +name: Deploy on: [push] -env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} jobs: deploy: - name: Deploy app - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only
\ No newline at end of file + name: Deploy App + runs-on: thatcomputerscientist |
