diff --git a/.drone.yml b/.drone.yml index 9dda817..02c17b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,4 +19,6 @@ steps: - npm install - name: restart 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