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
|
||||
build_args:
|
||||
- SITE=angestoepselt
|
||||
tags: ${DRONE_BRANCH}
|
||||
when:
|
||||
branch: [captcha]
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_BRANCH}
|
||||
|
||||
- name: deploy
|
||||
- name: deploy stage build
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
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