From 8b68d7f5dee335d78f01f038fdded56875fcac20 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 5 Feb 2022 01:27:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a353c76..007a4e88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ build_and_push_container: - docker build -t ldooks/dragon-bot:$CI_PIPELINE_ID -t ldooks/dragon-bot:latest . - docker push ldooks/dragon-bot:latest - docker push ldooks/dragon-bot:$CI_PIPELINE_ID + - apt-get update && apt-get install -y curl - /bin/sh -c curl -sSL -o /tmp/argocd https://github.com/argoproj/argo-cd/releases/download/v2.2.4/argocd-linux-amd64 && chmod u+x /tmp/argocd - /tmp/argocd --insecure --server 192.168.1.205 --auth-token $ARGOCD_TOKEN app sync dragon-bot rules: