Skip to content

Commit

Permalink
Add github status check for heroku (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu authored Jul 7, 2023
2 parents c63de36 + 02dbd61 commit f3c950e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/heroku.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f3c950e

Please sign in to comment.