Skip to content

Best Practices Assignment - Automatically Deploy to Staging and Production #23

Best Practices Assignment - Automatically Deploy to Staging and Production

Best Practices Assignment - Automatically Deploy to Staging and Production #23

name: Best Practices Assignment - Automatically Deploy to Staging and Production
on:
workflow_run:
workflows: ["Best Practices Assignment - Commit Phase"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to production
uses: johnbeynon/[email protected]
with:
service-id: srv-cpvcjehu0jms73apojq0
api-key: ${{ secrets.RENDER_TOKEN }}