try to fix service not updating

This commit is contained in:
Pim Kunis 2023-05-20 01:44:27 +02:00
parent 3e3f9bd020
commit a673ab047f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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