Added a drone pipeline

This commit is contained in:
2022-02-18 00:08:29 +03:00
parent c83b2132a9
commit 63fbeb7d13
2 changed files with 18 additions and 0 deletions

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
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