initial commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-05-17 22:12:39 +02:00
commit 599fccda6b
4 changed files with 118 additions and 0 deletions

20
.drone.yml Normal file
View File

@@ -0,0 +1,20 @@
kind: pipeline
type: docker
name: image
steps:
- name: build
image: plugins/docker
settings:
registry: registry.finndane.nl
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.finndane.nl/finn-dane/homepage
tags:
- latest
trigger:
branch:
- master