adds terraform apply
This commit is contained in:
parent
679fef3c3f
commit
433838e552
|
|
@ -50,7 +50,7 @@ pipelines:
|
||||||
- step:
|
- step:
|
||||||
name: Deploy K8s apps (staging)
|
name: Deploy K8s apps (staging)
|
||||||
script:
|
script:
|
||||||
- pipe: atlassian/kubectl-run:1.1.2
|
- pipe: atlassian/kubectl-run:3.1.2
|
||||||
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