aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-07 09:48:08 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-07 09:48:08 -0500
commit9b8689d8ebf9afba3dcbd985d5cc59370e8250dd (patch)
tree2eef8181893077f34b339ac0083da08e5706919a
parent4ca474ca0fb5809a4c65faf730f8465a96a355d9 (diff)
downloadtanzanite-9b8689d8ebf9afba3dcbd985d5cc59370e8250dd.tar.gz
tanzanite-9b8689d8ebf9afba3dcbd985d5cc59370e8250dd.tar.bz2
tanzanite-9b8689d8ebf9afba3dcbd985d5cc59370e8250dd.zip
fix deploy
-rw-r--r--ecosystem.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js
index bcaf56e..cbcfc92 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -37,7 +37,7 @@ module.exports = {
'ref': 'origin/master',
'repo': 'https://github.com/NotEnoughUpdates/bush-bot.git',
'path': '/code/bush-bot',
- 'post-deploy': 'yarn install && yarn build-tsc && pm2 start ecosystem.config.js --only bush-bot'
+ 'post-deploy': 'yarn install && yarn build:tsc && pm2 start ecosystem.config.js --only bush-bot'
},
beta: {
'user': 'pi',
@@ -45,7 +45,7 @@ module.exports = {
'ref': 'origin/beta',
'repo': 'https://github.com/NotEnoughUpdates/bush-bot.git',
'path': '/code/bush-bot-beta',
- 'post-deploy': 'yarn install && yarn build-tsc && pm2 start ecosystem.config.js --only bush-bot-beta'
+ 'post-deploy': 'yarn install && yarn build:tsc && pm2 start ecosystem.config.js --only bush-bot-beta'
}
}
};