added drone support

This commit is contained in:
Paolo Asperti 2019-08-12 16:35:07 +02:00
parent d0ceadf1b8
commit 679b11b20a
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 37 additions and 0 deletions

35
.drone.yaml Normal file
View File

@ -0,0 +1,35 @@
kind: pipeline
name: default
steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/angry-squid
tags:
- latest
when:
event:
exclude:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
settings:
auto_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/angry-squid
tags:
- latest
username:
from_secret: docker_username
when:
event:
- tag

View File

@ -1,5 +1,7 @@
# angry-squid
[![Build Status](https://drone.asperti.com/api/badges/paspo/angry-squid/status.svg)](https://drone.asperti.com/paspo/angry-squid)
Deploy the squid and let it rule!
## features