This commit is contained in:
parent
858517b6cd
commit
db85a5f20a
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: build-image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: git.thisfro.ch/pflaenz.li/pflaenzli
|
||||
dockerfile: Dockerfile
|
Loading…
Reference in a new issue