fix docker stack image location

This commit is contained in:
Pim Kunis 2023-05-20 16:38:00 +02:00
parent 94f104bece
commit b574c9fcc1
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ networks:
services: services:
static: static:
image: git.pim.kunis.nl/pim/concourse-test:TAG image: git.pim.kunis.nl/pim/static:TAG
networks: networks:
- traefik - traefik
deploy: deploy:

View file

@ -121,5 +121,5 @@ jobs:
cp site-repo/ssh_config $HOME/.ssh/config cp site-repo/ssh_config $HOME/.ssh/config
echo "((private_key))" > $HOME/.ssh/id_ed25519 echo "((private_key))" > $HOME/.ssh/id_ed25519
chmod 600 $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 docker stack deploy --compose-file docker-stack.yml static