Skip to content

Commit

Permalink
Add github status check for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Jul 7, 2023
1 parent 6b096b3 commit 99f49b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/heroku.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 99f49b7

Please sign in to comment.