forked from gnibeil/simplekolecalc
initial attempt for build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
22
.drone.yml
Normal file
22
.drone.yml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user