mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Merge pull request 'Fix Pipeline execution' (#66) from Fix-CI into main
Reviewed-on: https://codeberg.org/angestoepselt/homepage/pulls/66
This commit is contained in:
commit
9f85f72212
1 changed files with 7 additions and 6 deletions
13
.drone.yml
13
.drone.yml
|
|
@ -14,17 +14,13 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- SITE=angestoepselt
|
- SITE=angestoepselt
|
||||||
tags: ${DRONE_BRANCH}
|
tags: ${DRONE_BRANCH}
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
- captcha
|
|
||||||
|
|
||||||
- name: deploy stage build
|
- name: deploy stage build
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
settings:
|
settings:
|
||||||
urls:
|
urls:
|
||||||
from_secret: portainer_stage_url
|
from_secret: portainer_stage_url
|
||||||
trigger:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- captcha
|
- captcha
|
||||||
|
|
||||||
|
|
@ -33,7 +29,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
urls:
|
urls:
|
||||||
from_secret: portainer_main_url
|
from_secret: portainer_main_url
|
||||||
trigger:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
@ -55,3 +51,8 @@ steps:
|
||||||
"owner": "{{ repo.owner }}",
|
"owner": "{{ repo.owner }}",
|
||||||
"repo": "{{ repo.name }}"
|
"repo": "{{ repo.name }}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
- captcha
|
||||||
Loading…
Add table
Reference in a new issue