add ci file

This commit is contained in:
Jay 2019-05-03 21:54:27 +08:00
parent ce2eb1257f
commit 12aea9c9e1
2 changed files with 19 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
name: default
setps:
- name: build image
image: plugin/docker
settings:
registry: docker.mtfos.xyz
repo: docker.mtfos.xyz/mtfos/aws-ddns
tags:
- latest
- ${DRONE_COMMIT}
trigger:
branch:
- master

3
README.md Normal file
View File

@ -0,0 +1,3 @@
## Golang AWS DDNS Service
[![Build Status](https://ci.trj.tw/api/badges/golang/go-ddns-svc/status.svg)](https://ci.trj.tw/golang/go-ddns-svc)