2
0
Fork 0
Dieses Repository wurde am 2022-01-07 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
php-docker/.drone.yml
Nick Slowinski 733e01d447
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing
TG: Sende Nachricht nur bei Release
2021-06-18 10:22:23 +02:00

35 Zeilen
699 B
YAML

name: build and publish image
kind: pipeline
type: docker
steps:
- name: build and publish
image: plugins/docker
settings:
repo: nickslowinski/robotter112.de-php-docker
tags:
- '7.4'
- '7'
username:
from_secret: ns_docker_username
password:
from_secret: ns_docker_password
when:
branch:
- release/v7.4
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token:
from_secret: tg-drone-bot-token
to:
from_secret: tg-robotter112.de-chat-id
message_file: telegram-notification.tpl
depends_on:
- build and publish
when:
branch:
- release/v7.4
status:
- failure
- success