This commit is contained in:
parent
b59f6282d4
commit
382e0424c4
12
.drone.yml
12
.drone.yml
@ -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 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user