From ce380697fdfea8ff9f06625fa60826424b2fe4fc Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 9 May 2022 15:41:42 -0700 Subject: [PATCH] Disable demo deploy for now See https://status.heroku.com/incidents/2413 --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706b1ab3..74a229bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,15 +58,15 @@ jobs: with: github-token: ${{ secrets.github_token }} parallel-finished: true - deploy: - needs: test - runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - steps: - - uses: actions/checkout@v2 - - name: Deploy demo - uses: akhileshns/heroku-deploy@v3.12.12 - with: - heroku_api_key: ${{ secrets.HEROKU_API_KEY }} - heroku_app_name: ${{ secrets.HEROKU_APP_NAME }} - heroku_email: ${{ secrets.HEROKU_EMAIL }} +# deploy: +# needs: test +# runs-on: ubuntu-latest +# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} +# steps: +# - uses: actions/checkout@v2 +# - name: Deploy demo +# uses: akhileshns/heroku-deploy@v3.12.12 +# with: +# heroku_api_key: ${{ secrets.HEROKU_API_KEY }} +# heroku_app_name: ${{ secrets.HEROKU_APP_NAME }} +# heroku_email: ${{ secrets.HEROKU_EMAIL }}