Skip to content

Example of Earthly, needs fixes for node build paths #104

Example of Earthly, needs fixes for node build paths

Example of Earthly, needs fixes for node build paths #104

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