Skip to content

Manual deploy

Manual deploy #8

Workflow file for this run

name: Manual deploy
on:
workflow_dispatch:
inputs:
target:
type: choice
required: true
default: ghcr
options:
- ghcr
jobs:
deploy:
uses: ./.github/workflows/_deploy.yml
secrets: inherit
with:
target: ${{ inputs.target }}