From f02158946031af63d28235dfc824e6ef4d240201 Mon Sep 17 00:00:00 2001 From: Paul Cretu Date: Fri, 7 Jul 2023 00:01:05 +0000 Subject: [PATCH] Add github status check for heroku --- .github/workflows/heroku.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/heroku.yml diff --git a/.github/workflows/heroku.yml b/.github/workflows/heroku.yml new file mode 100644 index 00000000..ee91d3ef --- /dev/null +++ b/.github/workflows/heroku.yml @@ -0,0 +1,19 @@ +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 + deployments_timeout: 600 + publish_timeout: 300