1
0
Fork 0

Add back Drone builds
continuous-integration/drone/push Build is failing Details

master
Ambrose Chua 2020-05-13 15:05:17 +08:00
parent 8a0ff810a3
commit f86a0e9ee6
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
name: default
type: kubernetes
steps:
- name: docker
image: plugins/docker
settings:
repo: registry.makerforce.io/pwd/caddy
context: scratch
tags:
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password