Env variables
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-18 13:52:26 +03:00
parent 9b7b3ea287
commit 4879afb03a

View File

@@ -19,4 +19,6 @@ steps:
- npm install - npm install
- name: restart - name: restart
commands: commands:
- PM2_HOME='/home/pi/.pm2' pm2 restart warframe-market-bot - export PM2_HOME='/home/pi/.pm2'
- export PUPPETEER_EXECUTABLE_PATH='/usr/bin/chromium-browser'
- pm2 restart warframe-market-bot