Files
warframe-center/.drone.yml
2022-02-18 00:08:29 +03:00

16 lines
195 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