adds terraform to pipeline
This commit is contained in:
parent
3e5513d2b4
commit
5e9e9f7410
|
|
@ -39,13 +39,13 @@ pipelines:
|
|||
- docker
|
||||
artifacts:
|
||||
- "*.tar"
|
||||
- step:
|
||||
name: Deploy terraform
|
||||
image: hashicorp/terraform:full
|
||||
script:
|
||||
- cd terraform/
|
||||
- terraform init
|
||||
- terraform plan
|
||||
- step:
|
||||
name: Deploy terraform
|
||||
image: hashicorp/terraform:full
|
||||
script:
|
||||
- cd terraform/
|
||||
- terraform init
|
||||
- terraform plan
|
||||
- step:
|
||||
name: Push images
|
||||
image: google/cloud-sdk:alpine
|
||||
|
|
|
|||
Loading…
Reference in New Issue