add ci file
This commit is contained in:
parent
ce2eb1257f
commit
12aea9c9e1
16
.drone.yml
Normal file
16
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user