Skip to content

Merge pull request #181 from unboxed/tidy-env-access #57

Merge pull request #181 from unboxed/tidy-env-access

Merge pull request #181 from unboxed/tidy-env-access #57

Workflow file for this run

---
name: Deploy
on:
push:
branches:
- main
jobs:
deploy-staging:
uses: ./.github/workflows/deploy-environment.yml
with:
environment-name: "staging"
secrets: inherit
deploy-prod:
uses: ./.github/workflows/deploy-environment.yml
needs: deploy-staging
with:
environment-name: "production"
secrets: inherit