mirror of https://github.com/snachodog/mybuddy.git
Disable demo deploy for now
See https://status.heroku.com/incidents/2413
This commit is contained in:
parent
603a429c13
commit
ce380697fd
|
@ -58,15 +58,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
deploy:
|
# deploy:
|
||||||
needs: test
|
# needs: test
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: Deploy demo
|
# - name: Deploy demo
|
||||||
uses: akhileshns/heroku-deploy@v3.12.12
|
# uses: akhileshns/heroku-deploy@v3.12.12
|
||||||
with:
|
# with:
|
||||||
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
|
# heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
|
||||||
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
|
# heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
|
||||||
heroku_email: ${{ secrets.HEROKU_EMAIL }}
|
# heroku_email: ${{ secrets.HEROKU_EMAIL }}
|
||||||
|
|
Loading…
Reference in New Issue