Skip to content

deploy

deploy #37

Workflow file for this run

name: deploy
on:
workflow_dispatch:
jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
secrets: inherit
with:
ref: ${{ github.ref }}