Disable demo deploy for now

See https://status.heroku.com/incidents/2413
This commit is contained in:
Christopher C. Wells 2022-05-09 15:41:42 -07:00
parent 603a429c13
commit ce380697fd
1 changed files with 12 additions and 12 deletions

View File

@ -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 }}