Files
warframe-center/.drone.yml
Anatoly 5c76cba3eb
Some checks failed
continuous-integration/drone/push Build is failing
Common pm2 home
2022-02-18 00:38:35 +03:00

20 lines
293 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 pull
- name: restart
commands:
- PM2_HOME='/home/pi/.pm2'
- pm2 restart warframe-market-bot