adds terraform apply
This commit is contained in:
parent
433838e552
commit
b33f16c88f
|
|
@ -46,11 +46,11 @@ pipelines:
|
||||||
- cd terraform/
|
- cd terraform/
|
||||||
- terraform init
|
- terraform init
|
||||||
- terraform plan
|
- terraform plan
|
||||||
- terraform apply
|
- terraform apply -input=false -auto-approve
|
||||||
- step:
|
- step:
|
||||||
name: Deploy K8s apps (staging)
|
name: Deploy K8s apps (staging)
|
||||||
script:
|
script:
|
||||||
- pipe: atlassian/kubectl-run:3.1.2
|
- pipe: atlassian/kubectl-run:3.1.2s
|
||||||
variables:
|
variables:
|
||||||
KUBE_CONFIG: $KUBE_CONFIG_STG
|
KUBE_CONFIG: $KUBE_CONFIG_STG
|
||||||
KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'
|
KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue