rebuild drone pipeline

This commit is contained in:
matti 2022-10-28 23:39:59 +02:00
parent 69707d65f5
commit 43505c08de

View file

@ -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]