From e733ca9cc3822c188c8ffaf465334c60779ef21f Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sat, 19 Mar 2022 02:59:51 +0300 Subject: [PATCH] Renamed pm2 process --- .drone.yml | 2 +- gather/ecosystem.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d04d177..d3abdb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,4 +50,4 @@ steps: - monorepo depends_on: -- install dependencies \ No newline at end of file +- install dependencies diff --git a/gather/ecosystem.config.js b/gather/ecosystem.config.js index a7c9ab0..91fda78 100644 --- a/gather/ecosystem.config.js +++ b/gather/ecosystem.config.js @@ -1,6 +1,6 @@ module.exports = { apps: [{ - name: 'warframe-market-bot', + name: 'warframe-center-gather', script: './src/index.js', watch: true, ignore_watch: ['node_modules', 'public'],