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