From cb398923c9ac3b32c23393ca286cb8e25ddf8b59 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 10 Nov 2022 23:41:29 -0500 Subject: Update main.yml --- .github/workflows/main.yml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to '.github') 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 -- cgit v1.2.3