From be0a944665e7db2e543f374d8eb56a46239e8c7a Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 1 Apr 2024 02:20:41 -0600 Subject: [PATCH] Delete .github directory --- .github/workflows/fly.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/fly.yml diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml deleted file mode 100644 index 0e6ae31..0000000 --- a/.github/workflows/fly.yml +++ /dev/null @@ -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 }} \ No newline at end of file