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