Skip to content

Commit

Permalink
Merge pull request #3 from black-redoc/fix/healthcheck
Browse files Browse the repository at this point in the history
fix: fixed pipeline
  • Loading branch information
black-redoc committed May 18, 2024
2 parents 8fed510 + 9be8951 commit 43f0891
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build and test app

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
healthcheck: "https://${secrets.HEROKU_APP}}/healthcheck"
healthcheck: "https://${{secrets.HEROKU_APP}}/healthcheck"
rollbackonhealthcheckfailed: true

0 comments on commit 43f0891

Please sign in to comment.