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:
matti 2023-01-07 19:55:06 +00:00
commit 9f85f72212

View file

@ -14,17 +14,13 @@ steps:
build_args:
- SITE=angestoepselt
tags: ${DRONE_BRANCH}
trigger:
branch:
- main
- captcha
- name: deploy stage build
image: plugins/webhook
settings:
urls:
from_secret: portainer_stage_url
trigger:
when:
branch:
- captcha
@ -33,7 +29,7 @@ steps:
settings:
urls:
from_secret: portainer_main_url
trigger:
when:
branch:
- main
@ -55,3 +51,8 @@ steps:
"owner": "{{ repo.owner }}",
"repo": "{{ repo.name }}"
}
trigger:
branch:
- main
- captcha