add drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-10-03 09:43:39 +02:00
parent 37bc9c5252
commit 52040e0c82
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 22 additions and 0 deletions

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
kind: pipeline
name: build
trigger:
event:
- push
steps:
- name: docker
image: plugins/docker
pull: true
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kolaente/wrangler
tags: latest
when:
event: [ push ]
branch: [ main ]