mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
update pipeline
This commit is contained in:
parent
723f94ce40
commit
90e2d626f1
1 changed files with 11 additions and 9 deletions
20
.drone.yml
20
.drone.yml
|
|
@ -13,27 +13,29 @@ steps:
|
|||
repo: codeberg.org/angestoepselt/homepage
|
||||
build_args:
|
||||
- SITE=angestoepselt
|
||||
tags: latest
|
||||
when:
|
||||
tags: ${DRONE_BRANCH}
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
- captcha
|
||||
- main
|
||||
- captcha
|
||||
|
||||
- name: deploy stage build
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
urls:
|
||||
from_secret: portainer_stage_url
|
||||
when:
|
||||
branch: [captcha]
|
||||
trigger:
|
||||
branch:
|
||||
- captcha
|
||||
|
||||
- name: deploy live build
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
urls:
|
||||
from_secret: portainer_main_url
|
||||
when:
|
||||
branch: [main]
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
- name: send notification
|
||||
image: plugins/webhook
|
||||
|
|
@ -49,4 +51,4 @@ steps:
|
|||
"owner": "{{ repo.owner }}",
|
||||
"repo": "{{ repo.name }}",
|
||||
"status": "{{ build.status }}",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue