create project and add az-terraform and aws-pulumi #3
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: "Deploy container-platform" | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "!**/*.md" | ||
- .github/workflows/deploy-pulumi-template.yaml | ||
- .github/workflows/deploy-container-platform.yaml | ||
concurrency: | ||
group: container-platform | ||
cancel-in-progress: true | ||
jobs: | ||
dev: | ||
name: dev | ||
uses: flo-kn/cloud-agnostic-container-mgmt/.github/workflows/deploy-pulumi-template.yaml@main | ||
Check failure on line 17 in .github/workflows/deploy-container-platform.yaml
|
||
with: | ||
pulumi-project-dir: product/container-platform | ||
pulumi-stack: dev | ||
aws-region: eu-central-1 | ||
environment-availability: availability-check | ||
environment: dev | ||
pulumi-backend: s3://<your-pulumi-backend-name> | ||
role-arn: "arn:aws:iam::12345678910:role/GithubOIDCDeploymentRole" | ||
secrets: | ||
HelloWorld_GITHUB_PACKAGE_REGISTRY_TOKEN: ${{ secrets.HelloWorld_GITHUB_PACKAGE_REGISTRY_TOKEN }} | ||
# Add more envs if needed by | ||
#qa: | ||
#prod: |