deploy stg argocd
This commit is contained in:
parent
580667b8a8
commit
fd4aa88202
|
|
@ -46,6 +46,14 @@ pipelines:
|
|||
- cd terraform/
|
||||
- terraform init
|
||||
- terraform plan
|
||||
- step:
|
||||
name: Deploy K8s apps (argocd)
|
||||
deployment: staging
|
||||
script:
|
||||
- pipe: atlassian/kubectl-run:1.1.2
|
||||
variables:
|
||||
KUBE_CONFIG: $KUBE_CONFIG_STG
|
||||
KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'
|
||||
- step:
|
||||
name: Push images
|
||||
image: google/cloud-sdk:alpine
|
||||
|
|
|
|||
Loading…
Reference in New Issue