diff --git a/hb_client/.env.production b/hb_client/.env.production index d214255..a6efc10 100644 --- a/hb_client/.env.production +++ b/hb_client/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://47.95.0.242:2222/api' +VUE_APP_BASE_API = 'http://49.232.14.174:2222/api' #VUE_APP_BASE_API = 'http://127.0.0.1:8000/api' diff --git a/server_reload.sh b/server_reload.sh new file mode 100644 index 0000000..7fc8a0f --- /dev/null +++ b/server_reload.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd /home/lighthouse/hberp +exec sudo git pull +exec sudo service supervisor reload \ No newline at end of file