From b574c9fcc1c1c1ba2ac0f1fc0afad7c150957141 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 20 May 2023 16:38:00 +0200 Subject: [PATCH] fix docker stack image location --- docker-stack.yml.template | 2 +- pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-stack.yml.template b/docker-stack.yml.template index 114ea3d..7293dea 100644 --- a/docker-stack.yml.template +++ b/docker-stack.yml.template @@ -7,7 +7,7 @@ networks: services: static: - image: git.pim.kunis.nl/pim/concourse-test:TAG + image: git.pim.kunis.nl/pim/static:TAG networks: - traefik deploy: diff --git a/pipeline.yml b/pipeline.yml index c2ac06c..e0e04eb 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -121,5 +121,5 @@ jobs: cp site-repo/ssh_config $HOME/.ssh/config echo "((private_key))" > $HOME/.ssh/id_ed25519 chmod 600 $HOME/.ssh/id_ed25519 - sed "s/TAG/((.:tag))/g" "site-repodocker-stack.yml.template" > docker-stack.yml + sed "s/TAG/((.:tag))/g" "site-repo/docker-stack.yml.template" > docker-stack.yml docker stack deploy --compose-file docker-stack.yml static