Files
warframe-center/.drone.yml
Anatoly 42cc47674d
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
Restart app
2022-02-18 00:28:53 +03:00

17 lines
236 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
- pm2 restart warframe-market-bot