1
0
Fork 0

add ci pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Massaki Archambault 2021-08-28 18:09:55 -04:00
parent acfbe5500b
commit f15961eb00
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: badjware/nextcloud-tweak
tags: ${DRONE_TAG:latest}
username:
from_secret: docker_username
password:
from_secret: docker_password