Skip to content

Deploy App

Deploy App #5

Workflow file for this run

name: Deploy App
on:
workflow_dispatch:
workflow_run:
workflows: ["Run Tests"]
branches: [main]
types: [completed]
permissions:
id-token: write
contents: read
jobs:
deploy:
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
uses: ./.github/workflows/reusable-deploy.yml
secrets: inherit