Skip to content

Deploy

Deploy #63

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Invoke run
env:
GH_TOKEN: ${{ github.token }}
run: |
gh workflow run run.yaml -f target=deploy --repo ${{ github.repository }}