#780 Tags use name in subject #184
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |