diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-09 22:21:12 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-09 22:21:12 -0400 |
commit | e3de9c87d158067f34ade1830824c19eb268461b (patch) | |
tree | d1237d693d450331134c000bfef15e539da8c6dc | |
parent | 09120c8799762f7a940f803095f6f0ec91db4aa3 (diff) | |
download | tanzanite-e3de9c87d158067f34ade1830824c19eb268461b.tar.gz tanzanite-e3de9c87d158067f34ade1830824c19eb268461b.tar.bz2 tanzanite-e3de9c87d158067f34ade1830824c19eb268461b.zip |
update ip
-rw-r--r-- | ecosystem.config.js | 4 |
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', |