try to fix service not updating
This commit is contained in:
parent
3e3f9bd020
commit
a673ab047f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue