From a673ab047fe40645bf3c7abc70f52c398f4ed2b2 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 20 May 2023 01:44:27 +0200 Subject: [PATCH] try to fix service not updating --- jekyll/about.md | 2 +- pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll/about.md b/jekyll/about.md index 292ca93..4056ce1 100644 --- a/jekyll/about.md +++ b/jekyll/about.md @@ -6,4 +6,4 @@ excerpt: Free PIIs comments: false --- -Here I might post some personally identifiable information. +Here I might post some personally identifiable information diff --git a/pipeline.yml b/pipeline.yml index 8173aa0..aa931cf 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -78,4 +78,4 @@ jobs: echo -e "Host maestro.dmz\n\tStrictHostKeyChecking no" > $HOME/.ssh/config echo "((private_key))" > $HOME/.ssh/id_ed25519 chmod 600 $HOME/.ssh/id_ed25519 - docker service update static_static --force + docker service update --force --image git.pim.kunis.nl/pim/static:latest static_static