reverting the pipeline shit
This commit is contained in:
parent
7095d7787c
commit
dd6226e304
@ -40,9 +40,6 @@ 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:
|
||||
- changes:
|
||||
- app/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user