added favicon
This commit is contained in:
parent
5fd8f1f39e
commit
60f9f748fa
43
.drone.yml
43
.drone.yml
@ -15,14 +15,13 @@ volumes:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: notify_start
|
||||
image: plugins/slack
|
||||
settings:
|
||||
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
||||
channel: git_builds
|
||||
template: >
|
||||
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
|
||||
|
||||
# - name: notify_start
|
||||
# image: plugins/slack
|
||||
# settings:
|
||||
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
||||
# channel: builds
|
||||
# template: >
|
||||
# {{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
|
||||
- name: build_and_test
|
||||
image: registry.wizewerx.tech/base/wizewerx-docker-compose
|
||||
volumes:
|
||||
@ -52,17 +51,17 @@ steps:
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- name: notify_end
|
||||
image: plugins/slack
|
||||
settings:
|
||||
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
||||
channel: git_builds
|
||||
username: mike
|
||||
template: >
|
||||
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
|
||||
Build took {{since build.started}}
|
||||
when:
|
||||
status: [ success, failure ]
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
# - name: notify_end
|
||||
# image: plugins/slack
|
||||
# settings:
|
||||
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
||||
# channel: git_builds
|
||||
# username: mike
|
||||
# template: >
|
||||
# {{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
|
||||
# Build took {{since build.started}}
|
||||
# when:
|
||||
# status: [ success, failure ]
|
||||
# trigger:
|
||||
# branch:
|
||||
# - master
|
||||
|
BIN
public/amalati/favicon.png
Normal file
BIN
public/amalati/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
x
Reference in New Issue
Block a user