This commit is contained in:
@@ -18,7 +18,3 @@ steps:
|
||||
commands:
|
||||
- cd /home/pi/warframe-market-bot
|
||||
- npm install
|
||||
- name: restart
|
||||
commands:
|
||||
- export PM2_HOME=/home/pi/.pm2
|
||||
- pm2 restart warframe-market-bot
|
||||
|
||||
9
ecosystem.config.js
Normal file
9
ecosystem.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'warframe-market-bot',
|
||||
script: './src/index.js',
|
||||
watch: true,
|
||||
ignore_watch: ['node_modules', 'index.html'],
|
||||
restart_delay: 600000
|
||||
}]
|
||||
}
|
||||
2950
package-lock.json
generated
2950
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,7 @@
|
||||
"limiter": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-standard": "^16.0.3"
|
||||
"eslint-config-standard": "^16.0.3",
|
||||
"pm2": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user