3
0

added dishy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2023-06-08 17:03:24 +02:00
parent b59f6282d4
commit 382e0424c4

View File

@ -18,10 +18,10 @@ steps:
- name: notify_start
image: appleboy/drone-telegram
settings:
token: 6138074869:AAHQcUundL70GMUZH-AVala4Ej8dKNGLim4
to: 1558971280
token: ${TELEGRAM_SECRET_TOKEN}
to: ${TELEGRAM_TO}
message: >
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
{{uppercase repo.name}}:${DRONE_COMMIT_BRANCH}:{{build.number}} CI build started
- name: deploy
image: wizewerx/wizewerx-docker-compose
volumes:
@ -45,10 +45,10 @@ steps:
- name: notify_end
image: appleboy/drone-telegram
settings:
token: 6138074869:AAHQcUundL70GMUZH-AVala4Ej8dKNGLim4
to: 1558971280
token: ${TELEGRAM_SECRET_TOKEN}
to: ${TELEGRAM_TO}
message: >
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
{{uppercase repo.name}}:${DRONE_COMMIT_BRANCH}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
Build took {{since build.started}}
when:
status: [ success, failure ]