#首页修改

This commit is contained in:
xieshen 2020-12-06 22:37:12 +08:00
parent 6a2d73d922
commit f3b286f128
1 changed files with 2 additions and 1 deletions

3
fabfile.py vendored
View File

@ -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