Skip to content

Commit

Permalink
feat: Add Render deploy action with secrets configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brunowego committed Sep 14, 2024
1 parent e107059 commit ff93904
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Render deploy
uses: johnbeynon/render-deploy-action@747373cdb7b9b3f561438e063ee0815b71584f1b
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}
wait-for-success: true

0 comments on commit ff93904

Please # to comment.