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',