Skip to content

Deployment pipeline. #77

Deployment pipeline.

Deployment pipeline. #77

name: Build and deploy
on:
push:
branches:
- develop
- main
- stage
- feature/dg-98-build-and-configure-pipeline
permissions:
contents: read
packages: write
jobs:
deploy-infra:
uses: ./.github/workflows/terraform-deploy-infra.yml
secrets: inherit
deploy-app:
uses: ./.github/workflows/cloudgov-deploy-app.yml
needs: deploy-infra
secrets: inherit
validate:
uses: ./.github/workflows/validation-run.yml
secrets: inherit