mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-12-03 12:33:01 +00:00
drone config
This commit is contained in:
parent
2572afac22
commit
553c6f91d4
1 changed files with 15 additions and 0 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: yavook/kiwi-simple-metrics
|
||||
auto_tag: true
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
Loading…
Reference in a new issue