added https support
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ case $1 in
|
||||
$CMD /bin/bash -c 'cd /app/hm_stud && make && rm -rf cert/test* && cd cert && sh gen_cert.sh'
|
||||
$CMD make -C /app/hm_gameserver
|
||||
$CMD make -C /app/hm_lobbyserver
|
||||
$CMD /bin/bash -c 'cd /app/hm_nginx && sed "s@\/usr\/local\/web@$(pwd)\/..\/hm_web\/@" conf/hm_nginx.conf > conf/nginx.conf && ./configure && make && make install'
|
||||
$CMD /bin/bash -c 'cd /app/hm_nginx && sed "s@\/usr\/local\/web@$(pwd)\/..\/hm_web\/@" conf/hm_nginx.conf > conf/nginx.conf && ./configure --with-http_ssl_module && make && make install'
|
||||
$CMD /bin/bash -c 'cd /app/hm_sunwell/examples && npm install'
|
||||
;;
|
||||
build_client)
|
||||
|
||||
Reference in New Issue
Block a user