aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-06 20:41:44 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-06 20:41:44 -0400
commit4c9ecda5ea07984109c4a9cfc121c916fe5d4a0b (patch)
tree2ee7441f241a5e2c333aee208c0b0ee5f8f8f2a0
parent69088ab28983ca9be29190261220b4851855c974 (diff)
downloadtanzanite-4c9ecda5ea07984109c4a9cfc121c916fe5d4a0b.tar.gz
tanzanite-4c9ecda5ea07984109c4a9cfc121c916fe5d4a0b.tar.bz2
tanzanite-4c9ecda5ea07984109c4a9cfc121c916fe5d4a0b.zip
more pm2
-rw-r--r--ecosystem.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js
index 6df5585..99a083b 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -35,7 +35,7 @@ module.exports = {
'user': 'pi',
'host': '192.168.1.240',
'ref': 'origin/master',
- 'repo': 'git@github.com:NotEnoughUpdate/repository.git',
+ 'repo': 'git@github.com:NotEnoughUpdate/bushbot.git',
'path': '/code/bush-bot',
'post-deploy': 'yarn install'
},
@@ -43,7 +43,7 @@ module.exports = {
'user': 'pi',
'host': '192.168.1.240',
'ref': 'origin/beta',
- 'repo': 'git@github.com:Username/repository.git',
+ 'repo': 'git@github.com:NotEnoughUpdate/bushbot.git',
'path': '/code/bush-bot-beta',
'post-deploy': 'yarn install'
}