diff --git a/.github/workflows/heroku.yml b/.github/workflows/heroku.yml new file mode 100644 index 00000000..4d1b275a --- /dev/null +++ b/.github/workflows/heroku.yml @@ -0,0 +1,20 @@ +name: Heroku + +on: + pull_request: + branches: + - main + +jobs: + review-app-check: + runs-on: ubuntu-latest + steps: + - name: Verify Review App status + uses: niteoweb/reviewapps-deploy-status@v1.4.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + build_time_delay: 200 + load_time_delay: 200 + deployments_timeout: 600 + publish_timeout: 600