add ci file
This commit is contained in:
+16
@@ -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
|
||||
Reference in New Issue
Block a user