initial attempt for build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michael Wodniok
2023-06-11 21:35:37 +02:00
parent 0cf6b9a84b
commit a4cbdcc725
3 changed files with 581 additions and 0 deletions

22
.drone.yml Normal file
View File

@@ -0,0 +1,22 @@
kind: pipeline
name: default
type: docker
trigger:
event:
- push
branch:
- main
steps:
- name: build-simplekolecalc
image: plugins/docker
settings:
dockerfile: build/frontend/Dockerfile
repo: registry.wtf-eg.net/wtf/simplekolecalc
registry: registry.wtf-eg.net
username:
from_secret: "docker_username"
password:
from_secret: "docker_password"