Skip to content

Commit

Permalink
chore: wait for deploy success (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgiolaga authored Nov 17, 2024
1 parent ed21be8 commit 8add85f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-prod-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy to PartitelleBot
uses: johnbeynon/render-deploy-action@v0.0.8
uses: johnbeynon/render-deploy-action@747373cdb7b9b3f561438e063ee0815b71584f1b
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}
wait-for-success: true
- name: Deploy to PartitelleBotTest
uses: johnbeynon/render-deploy-action@v0.0.8
uses: johnbeynon/render-deploy-action@747373cdb7b9b3f561438e063ee0815b71584f1b
with:
service-id: ${{ secrets.RENDER_TEST_SERVICE_ID }}
api-key: ${{ secrets.RENDER_TEST_API_KEY }}
wait-for-success: true
3 changes: 2 additions & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy to PartitelleBotTest
uses: johnbeynon/render-deploy-action@v0.0.8
uses: johnbeynon/render-deploy-action@747373cdb7b9b3f561438e063ee0815b71584f1b
with:
service-id: ${{ secrets.RENDER_TEST_SERVICE_ID }}
api-key: ${{ secrets.RENDER_TEST_API_KEY }}
wait-for-success: true

0 comments on commit 8add85f

Please sign in to comment.