diff --git a/.drone.yml b/.drone.yml index 8e5471f..59a1610 100644 --- a/.drone.yml +++ b/.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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1b7204 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/* diff --git a/public/amalati/favicon.png b/public/amalati/favicon.png new file mode 100644 index 0000000..1183d12 Binary files /dev/null and b/public/amalati/favicon.png differ