Added a drone pipeline
This commit is contained in:
16
.drone.yml
Normal file
16
.drone.yml
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user