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'],