Skip to content

Commit

Permalink
Create check-deployment-status.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales authored Aug 23, 2023
1 parent 5669af0 commit 1bf5ed1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-deployment-status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check deployment status
on: [push, pull_request]
jobs:
deploy:
name: Check deployment status
runs-on: ubuntu-latest
steps:
- name: Wait for Render Deployment
uses: bounceapp/render-action@0.6.0
with:
service-id: ${{ secrets.MY_RENDER_SERVICE_ID }}
wait: 30000

0 comments on commit 1bf5ed1

Please sign in to comment.