Skip to content

CI builds not running in main / develop #948 #40

CI builds not running in main / develop #948

CI builds not running in main / develop #948 #40

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