#add message

This commit is contained in:
xieshen 2020-11-18 16:38:28 +08:00
parent f67cffe12f
commit 77bf8c475d
1 changed files with 1 additions and 1 deletions

2
fabfile.py vendored
View File

@ -2,7 +2,7 @@ from fabistrano import deploy
from fabric.api import env
env.hosts = ["nut@210.72.82.249"] # Replace with your host name or IP
env.base_dir = '/var/www/p3' # Set to your app's directory
env.base_dir = '/var/www/production_env' # 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
env.remote_owner = 'nut'