From d049d735478da9d7fa90c381ff2ceb8e846ff9aa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jan 2023 17:43:36 +0100 Subject: [PATCH] Realistic looking IP --- lib/tasks/mrsk/templates/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tasks/mrsk/templates/deploy.yml b/lib/tasks/mrsk/templates/deploy.yml index af3fa2d4..c2dbcce4 100644 --- a/lib/tasks/mrsk/templates/deploy.yml +++ b/lib/tasks/mrsk/templates/deploy.yml @@ -5,9 +5,9 @@ service: my-app # Name of the container image image: user/chat -# All the servers targeted for deploy. You can reference a single server for a command by using SERVERS=xxx.xxx.xxx.xxx +# All the servers targeted for deploy. You can reference a single server for a command by using SERVERS=192.168.0.1 servers: - - xxx.xxx.xxx.xxx + - 192.168.0.1 # The following envs are made available to the container when started env: