Compare commits
2 Commits
3a89f3262a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cc447b339 | |||
| 803f409401 |
@@ -12,4 +12,4 @@ steps:
|
||||
commands:
|
||||
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
|
||||
- git clone https://git.buyusdt.xyz/bmy/xiezheng.git
|
||||
- cd /drone/src/xiezheng/ && npm install && npm run dev
|
||||
- cd /drone/src/xiezheng/ && npm install && npm run dev && npm run log
|
||||
@@ -8,7 +8,8 @@
|
||||
"dev": "./node_modules/.bin/pm2 start app.js --stop-exit-codes 0",
|
||||
"stop": "./node_modules/.bin/pm2 stop app",
|
||||
"log": "./node_modules/.bin/pm2 log",
|
||||
"list": "./node_modules/.bin/pm2 list"
|
||||
"list": "./node_modules/.bin/pm2 list",
|
||||
"monit": "pm2 monit"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user