Skip to content

Deployment

Deployment #2

Workflow file for this run

name: Deployment
on:
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]
workflow_dispatch:
jobs:
deploy:
name: 🚀 Deploy to Render
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: sws2apps/render-deployment@main
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
multipleDeployment: false