diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 152c0a5..9f6a3f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,18 +46,18 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 - # Continuous Deployment to Fly.io - # https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/ - deploy: - name: Deploy app - runs-on: ubuntu-latest - needs: build - # https://stackoverflow.com/questions/58139406/only-run-job-on-specific-branch-with-github-actions - if: github.ref == 'refs/heads/main' - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} - steps: - - uses: actions/checkout@v2 - - uses: superfly/flyctl-actions@1.1 - with: - args: "deploy" \ No newline at end of file + # # Continuous Deployment to Fly.io + # # https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/ + # deploy: + # name: Deploy app + # runs-on: ubuntu-latest + # needs: build + # # https://stackoverflow.com/questions/58139406/only-run-job-on-specific-branch-with-github-actions + # if: github.ref == 'refs/heads/main' + # env: + # FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} + # steps: + # - uses: actions/checkout@v2 + # - uses: superfly/flyctl-actions@1.1 + # with: + # args: "deploy" \ No newline at end of file