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