This commit is contained in:
parent
41683155e0
commit
206078a33c
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
- name: build-container
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: git.saintnet.tech/stryan/tildewatch
|
||||||
|
registry: git.saintnet.tech
|
||||||
|
password:
|
||||||
|
from_secret: build_pass
|
||||||
|
username:
|
||||||
|
from_secret: build_username
|
||||||
|
dockerfile: Containerfile
|
||||||
|
tags: latest
|
||||||
|
layers: true
|
Loading…
Reference in New Issue
Block a user