This commit is contained in:
2021-11-28 21:30:22 +01:00
commit 6d564ffdcd
6 changed files with 55 additions and 0 deletions

23
.drone.yml Normal file
View File

@@ -0,0 +1,23 @@
---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.alxczl.fr/ldap-interface
repository: registry.alxczl.fr
tags: latest
when:
branch:
- master