ci
This commit is contained in:
parent
e88685c294
commit
8e3ca5a345
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username: bradbot1
|
||||||
|
password:
|
||||||
|
from_secret: access_token
|
||||||
|
repo: bradbot1/filesurva
|
||||||
|
tags: latest
|
Loading…
Reference in a new issue