mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
add drone pipeline
This commit is contained in:
parent
158f1d32e9
commit
ea014f2af3
1 changed files with 18 additions and 0 deletions
18
.drone.yml
Normal file
18
.drone.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: build image
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: publish
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: codeberg.org
|
||||||
|
username:
|
||||||
|
from_secret: registry_username
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
||||||
|
repo: codeberg.org/angestoepselt/homepage
|
||||||
|
build_args:
|
||||||
|
- SITE=angestoepselt
|
||||||
|
tags: latest
|
||||||
|
when:
|
||||||
|
branch: [captcha]
|
||||||
Loading…
Add table
Reference in a new issue