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 95db01c..bcaf56e 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -33,7 +33,7 @@ module.exports = {
deploy: {
production: {
'user': 'pi',
- 'host': '192.168.1.240',
+ 'host': '192.168.1.210',
'ref': 'origin/master',
'repo': 'https://github.com/NotEnoughUpdates/bush-bot.git',
'path': '/code/bush-bot',
@@ -41,7 +41,7 @@ module.exports = {
},
beta: {
'user': 'pi',
- 'host': '192.168.1.240',
+ 'host': '192.168.1.210',
'ref': 'origin/beta',
'repo': 'https://github.com/NotEnoughUpdates/bush-bot.git',
'path': '/code/bush-bot-beta',