homepage/.drone.yml
2022-10-28 23:39:59 +02:00

34 lines
No EOL
650 B
YAML

kind: pipeline
name: homepage
steps:
- name: build and publish
image: plugins/docker
settings:
registry: codeberg.org
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: codeberg.org/angestoepselt/homepage
build_args:
- SITE=angestoepselt
tags:
- latest
- ${DRONE_BRANCH}
- name: deploy stage build
image: plugins/webhook
settings:
urls:
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]