diff options
| author | Bobby <[email protected]> | 2022-11-10 23:41:29 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-10 23:41:29 -0500 |
| commit | cb398923c9ac3b32c23393ca286cb8e25ddf8b59 (patch) | |
| tree | 570ab32213a7bb35c7490065819e1852a9ae7f97 /.github | |
| parent | 0a9469f97326ecd44b93ad73dd1e6973b6685f22 (diff) | |
| download | thatcomputerscientist-cb398923c9ac3b32c23393ca286cb8e25ddf8b59.tar.xz thatcomputerscientist-cb398923c9ac3b32c23393ca286cb8e25ddf8b59.zip | |
Update main.yml
Diffstat (limited to '.github')
| -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 |
