From 880ce46c3912fdd89953f335841c2c867585d1b8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jan 2023 17:44:26 +0100 Subject: [PATCH] Match service name --- lib/tasks/mrsk/templates/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/mrsk/templates/deploy.yml b/lib/tasks/mrsk/templates/deploy.yml index c2dbcce4..d1ea5ec2 100644 --- a/lib/tasks/mrsk/templates/deploy.yml +++ b/lib/tasks/mrsk/templates/deploy.yml @@ -3,7 +3,7 @@ service: my-app # Name of the container image -image: user/chat +image: user/my-app # All the servers targeted for deploy. You can reference a single server for a command by using SERVERS=192.168.0.1 servers: