Files
warframe-center/.drone.yml
Anatoly 4879afb03a
All checks were successful
continuous-integration/drone/push Build is passing
Env variables
2022-02-18 13:52:26 +03:00

25 lines
451 B
YAML

kind: pipeline
type: ssh
name: default
server:
host: 192.168.1.54
user: pi
password:
from_secret: password
steps:
- name: pull
commands:
- cd /home/pi/warframe-market-bot
- git fetch --all
- git reset --hard origin/master
- name: install
commands:
- npm install
- name: restart
commands:
- export PM2_HOME='/home/pi/.pm2'
- export PUPPETEER_EXECUTABLE_PATH='/usr/bin/chromium-browser'
- pm2 restart warframe-market-bot