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