|
|
|
@ -2,8 +2,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cd /app |
|
|
|
|
export webclient='RiskCloudMock' |
|
|
|
|
export webServer='RiskCloudFontend' |
|
|
|
|
|
|
|
|
|
export PORT=2233 |
|
|
|
|
export webClient=https://risk.kirito.cool |
|
|
|
@ -20,6 +18,5 @@ function run(){ |
|
|
|
|
cd $1 && git reset --hard && git pull && yarn && chmod +x run.sh && killNode |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
run $webclient |
|
|
|
|
run $webServer |
|
|
|
|
run $1 |
|
|
|
|
|
|
|
|
|