From cf8727331fd5617543c83f816a77edd7bada27b7 Mon Sep 17 00:00:00 2001 From: Alexander Zolotarev Date: Thu, 16 Feb 2017 10:16:43 +0300 Subject: [PATCH] new domain name --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index b23467a..ce2b7ed 100644 --- a/fabfile.py +++ b/fabfile.py @@ -14,7 +14,7 @@ from fabric.colors import yellow, green, blue, red ########### config = { - 'server_name' : 'lms.skillbox.ru', + 'server_name' : 'go.skillbox.ru', 'hosts' : ['lms.skillbox.ru'], 'key_path' : '~/.ssh/hev7.pub', 'user' : 'root',