Skip to content

Add example Docker-Compose.yml file #949 #250

Add example Docker-Compose.yml file #949

Add example Docker-Compose.yml file #949 #250

name: Deployment Staging
on:
workflow_dispatch:
push:
branches:
- "develop"
jobs:
deploy-staging:
uses: "./.github/workflows/deployment.yml"
with:
environment: staging
remote_host: staging.atomicdata.dev
secrets: inherit