Commit 608a307f authored by sven's avatar sven

11

parent 64b36e18
#!/bin/sh -l
#cd phone
#npm i
#npm run build
#\cp -rfp dist/* ../dist_phone
cd ../
bee pack -a "qsh-wc-test" -exp=".git:.idea:phone:pc" exs="Dockerfile:build.sh"
\ No newline at end of file
#!/bin/sh -l
cd phone
npm i
npm run build
mv dist/env/prod.js dist/env.js
\cp -rfp dist/* ../dist_phone
cd ../
bee pack -a "cf_data_monitor_prod" -exp=".git:.idea:phone:pc" exs="Dockerfile:build.sh"
\ No newline at end of file
{
"apps": [
{
"name": "cf-data-monitor-prod",
"exec_mode": "fork",
"autorestart": true,
"instances": 1,
"script": "cf_data_monitor_prod",
"node_args": [],
"args": [
],
"env": {
"GO_RUN_MODE": "prod"
}
}
]
}
{
"apps": [
{
"name": "qsh-wc-test",
"exec_mode": "fork",
"autorestart": true,
"instances": 1,
"script": "qsh-wc-test",
"node_args": [],
"args": [
],
"env": {
"GO_RUN_MODE": "test"
}
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment