aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ecosystem.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js
index 37482e5..bcb74c7 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/bush-bot.git',
+ 'repo': 'https://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/bush-bot.git',
+ 'repo': 'https://github.com/NotEnoughUpdates/bush-bot.git',
'path': '/code/bush-bot-beta',
'post-deploy': 'yarn install'
}