Skip to content

Commit

Permalink
Add render status tracker action
Browse files Browse the repository at this point in the history
  • Loading branch information
DoStini committed Feb 12, 2023
1 parent ceb5ef2 commit b302d43
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Render
on:
- pull_request
jobs:
deploy:
name: Wait for Deploy
runs-on: ubuntu-latest
steps:
- name: Wait for Render Deployment
uses: bounceapp/[email protected]
with:
service-id: srv-cfdtl9hgp3jolcmu72d0
retries: 20
wait: 16000
sleep: 30000

0 comments on commit b302d43

Please sign in to comment.