Files
warframe-center/.drone.yml
Anatoly 83b0b51555
Some checks failed
continuous-integration/drone/push Build is failing
Drone test
2022-02-18 00:20:34 +03:00

16 lines
193 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 ~/warframe-market-bot
- git pull