Files
warframe-center/.drone.yml
Anatoly 1c7d4cc74e
Some checks failed
continuous-integration/drone/push Build is failing
Базовый handlebars
2022-02-18 02:47:00 +03:00

22 lines
333 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: install
commands:
- npm install
- name: restart
commands:
- PM2_HOME='/home/pi/.pm2' pm2 restart warframe-market-bot