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 authored and Naapperas committed Apr 9, 2023
1 parent b6e70aa commit 6805e4d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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:
render-token: ${{ secrets.RENDER_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
service-id: srv-cfdtl9hgp3jolcmu72d0
retries: 20
wait: 16000
sleep: 30000

0 comments on commit 6805e4d

Please sign in to comment.