This repo template allows you to create a repo for your project pipelines
You need to create before in infra this resources:
- vm agent
- key vault
You need to add to the key vault at least this secrets:
- azure-devops-github-ro-TOKEN
- azure-devops-github-pr-TOKEN
- azure-devops-github-EMAIL
- azure-devops-github-USERNAME
- TENANTID
- DEV-SUBSCRIPTION-ID
- UAT-SUBSCRIPTION-ID
- PROD-SUBSCRIPTION-ID
- le-private-key-json
- le-regr-json
Use your github bot to generate the token to interact with your repo.
And don't forgot to associate to your repo as ADMIN, without this is impossibile to use the pipelines
Change the values in this files
Put the name of your production subscription
Change the project prefix and the names of your subscriptions
Change the information about the state, changed the prefix with the prefix of your project used into the infra project.
(e.g. selc or dvopla)
To be able to launch terraform scripts you can use the script called terraform.sh
To launch the app pipelines use
sh terraform.sh apply appTo launch the iac pipelines use
sh terraform.sh apply iacCheck your code before commit.
https://github.com/antonbabenko/pre-commit-terraform#how-to-install
pre-commit run -a