Skip to content

Render Deploy

Render Deploy #20

Workflow file for this run

name: Render Deploy
on:
push:
branches: [ "main" ]
workflow_run:
workflows: ["Docker Publish"]
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Render
uses: johnbeynon/[email protected]
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}