server reload sh
This commit is contained in:
parent
5dd7089dae
commit
7c97455335
|
@ -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'
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
cd /home/lighthouse/hberp
|
||||
exec sudo git pull
|
||||
exec sudo service supervisor reload
|
Loading…
Reference in New Issue