Files
warframe-center/.drone.yml
Anatoly 425843c5ad
All checks were successful
continuous-integration/drone/push Build is passing
One line maybe?
2022-02-18 00:40:01 +03:00

19 lines
289 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