From f3b286f128d523b33109a878504d6b2001a31bee Mon Sep 17 00:00:00 2001 From: xieshen <1397910458@qq.com> Date: Sun, 6 Dec 2020 22:37:12 +0800 Subject: [PATCH] =?UTF-8?q?#=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fabfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index d9aded5..2664ace 100644 --- a/fabfile.py +++ b/fabfile.py @@ -1,7 +1,8 @@ from fabistrano import deploy from fabric.api import env -env.hosts = ["nut@210.72.82.249"] # Replace with your host name or IP +# env.hosts = ["nut@210.72.82.249"] # Replace with your host name or IP +env.hosts = ["root@182.92.56.18"] # Replace with your host name or IP env.base_dir = '/var/www/p3' # Set to your app's directory env.app_name = 'newmediamonitoring' # This will deploy the app to /www/app_name.com/ env.git_clone = 'http://210.77.77.77/xieshen/newmediamonitoring.git' # Your git url