mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
rebuild drone pipeline
This commit is contained in:
parent
69707d65f5
commit
43505c08de
1 changed files with 15 additions and 5 deletions
20
.drone.yml
20
.drone.yml
|
|
@ -13,12 +13,22 @@ steps:
|
||||||
repo: codeberg.org/angestoepselt/homepage
|
repo: codeberg.org/angestoepselt/homepage
|
||||||
build_args:
|
build_args:
|
||||||
- SITE=angestoepselt
|
- SITE=angestoepselt
|
||||||
tags: ${DRONE_BRANCH}
|
tags:
|
||||||
when:
|
- latest
|
||||||
branch: [captcha]
|
- ${DRONE_BRANCH}
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy stage build
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
settings:
|
settings:
|
||||||
urls:
|
urls:
|
||||||
from_secret: portainer_url
|
from_secret: portainer_stage_url
|
||||||
|
when:
|
||||||
|
branch: [captcha]
|
||||||
|
|
||||||
|
- name: deploy live build
|
||||||
|
image: plugins/webhook
|
||||||
|
settings:
|
||||||
|
urls:
|
||||||
|
from_secret: portainer_main_url
|
||||||
|
when:
|
||||||
|
branch: [main]
|
||||||
Loading…
Add table
Reference in a new issue