aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 21:43:53 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 21:43:53 -0500
commitec19a573903b8257d95256a834da87f1c7516dff (patch)
tree8087982d84055c3c9228e58e5ff9986e68c82029
parentbe19737944e2d643622286bb401aa548152080c1 (diff)
downloadtanzanite-ec19a573903b8257d95256a834da87f1c7516dff.tar.gz
tanzanite-ec19a573903b8257d95256a834da87f1c7516dff.tar.bz2
tanzanite-ec19a573903b8257d95256a834da87f1c7516dff.zip
aaaaaaaaaaaaaaaaa
-rw-r--r--ecosystem.config.cjs8
1 files changed, 4 insertions, 4 deletions
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
index 2c41d13..85ec54e 100644
--- a/ecosystem.config.cjs
+++ b/ecosystem.config.cjs
@@ -2,8 +2,8 @@ module.exports = {
apps: [
{
name: 'bush-bot',
- script: '/bin/zsh',
- args: './start.sh',
+ script: 'yarn',
+ args: 'start',
out_file: '../bushbot.log',
error_file: '../bushbot.log',
max_memory_restart: '1G',
@@ -16,8 +16,8 @@ module.exports = {
},
{
name: 'bush-bot-beta',
- script: '/bin/zsh',
- args: './start.sh',
+ script: 'yarn',
+ args: 'start',
out_file: '../bushbot-beta.log',
error_file: '../bushbot-beta.log',
max_memory_restart: '1G',