adds terraform apply

This commit is contained in:
Victor Barba Martin 2021-11-17 15:52:49 +01:00
parent 433838e552
commit b33f16c88f
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ pipelines:
- cd terraform/
- terraform init
- terraform plan
- terraform apply
- terraform apply -input=false -auto-approve
- step:
name: Deploy K8s apps (staging)
script:
- pipe: atlassian/kubectl-run:3.1.2
- pipe: atlassian/kubectl-run:3.1.2s
variables:
KUBE_CONFIG: $KUBE_CONFIG_STG
KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'