From fada0f832dfb991f23fd9caf8e1a2026ded3a585 Mon Sep 17 00:00:00 2001 From: Luc Juggery Date: Fri, 2 Feb 2018 21:01:13 +0100 Subject: [PATCH] Fix service name --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 4ed7f98..890e80a 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -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