Skip to content

CMS Rooms editor (v1) (#164) #34

CMS Rooms editor (v1) (#164)

CMS Rooms editor (v1) (#164) #34

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