adds terraform apply
This commit is contained in:
parent
433838e552
commit
b33f16c88f
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue