Fix service name

This commit is contained in:
Luc Juggery 2018-02-02 21:01:13 +01:00
parent d867649c0f
commit fada0f832d

View file

@ -9,4 +9,4 @@ fi
docker pull lucj/sophia.events:$version
# Update www service with the newly retrieved image
docker service update www --image=lucj/sophia.events:$version
docker service update sophia_www --image=lucj/sophia.events:$version