Files
warframe-center/.drone.yml
Anatoly d8eac63c6f
Some checks failed
continuous-integration/drone/push Build was killed
Hard reset
2022-02-18 02:49:36 +03:00

23 lines
375 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:
- PM2_HOME='/home/pi/.pm2' pm2 restart warframe-market-bot