adds terraform to pipeline

This commit is contained in:
Victor Barba Martin 2021-11-17 15:19:27 +01:00
parent 894d9f192b
commit 3e5513d2b4
1 changed files with 21 additions and 13 deletions

View File

@ -25,6 +25,7 @@ pipelines:
- hadolint docker/coturn-dns/Dockerfile
branches:
main:
- parallel:
- step:
name: Build images
script:
@ -38,6 +39,13 @@ pipelines:
- docker
artifacts:
- "*.tar"
- step:
name: Deploy terraform
image: hashicorp/terraform:full
script:
- cd terraform/
- terraform init
- terraform plan
- step:
name: Push images
image: google/cloud-sdk:alpine