Files
warframe-center/.drone.yml
Anatoly b57e3e5cba
All checks were successful
continuous-integration/drone/push Build is passing
pm2 config in file
2022-03-07 03:12:56 +03:00

21 lines
322 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:
- cd /home/pi/warframe-market-bot
- npm install