Skip to content

Calendar: overview fixes (#186) #45

Calendar: overview fixes (#186)

Calendar: overview fixes (#186) #45

Workflow file for this run

name: deploy project
on:
workflow_dispatch: # manual deploy
push:
tags:
- '*'
jobs:
deploy-client:
uses: './.github/workflows/deploy_client.yml'
secrets: inherit
with:
stage: production
deploy-server:
uses: './.github/workflows/deploy_server.yml'
secrets: inherit