deploy stg argocd

This commit is contained in:
Victor Barba Martin 2021-11-17 15:33:39 +01:00
parent 580667b8a8
commit fd4aa88202
1 changed files with 8 additions and 0 deletions

View File

@ -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