aboutsummaryrefslogtreecommitdiff
path: root/ecosystem.config.js
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-06 20:47:36 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-06 20:47:36 -0400
commit91869e50052fd95c06c70cabad9966e180764334 (patch)
treed6b0187e279bdf31a499c07035308343cf8a02a0 /ecosystem.config.js
parentf373d1249d3459b08e549da09855afd56b3120d5 (diff)
downloadtanzanite-91869e50052fd95c06c70cabad9966e180764334.tar.gz
tanzanite-91869e50052fd95c06c70cabad9966e180764334.tar.bz2
tanzanite-91869e50052fd95c06c70cabad9966e180764334.zip
istg
Diffstat (limited to 'ecosystem.config.js')
-rw-r--r--ecosystem.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js
index e0fc832..37482e5 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:NotEnoughUpdates/bushbot.git',
+ 'repo': 'git@github.com:NotEnoughUpdates/bush-bot.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:NotEnoughUpdates/bushbot.git',
+ 'repo': 'git@github.com:NotEnoughUpdates/bush-bot.git',
'path': '/code/bush-bot-beta',
'post-deploy': 'yarn install'
}