Merge branch 'master' of git.wizewerx.tech:foss/login_themes
This commit is contained in:
commit
d2681a290f
43
.drone.yml
43
.drone.yml
@ -15,14 +15,13 @@ volumes:
|
|||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: notify_start
|
# - name: notify_start
|
||||||
image: plugins/slack
|
# image: plugins/slack
|
||||||
settings:
|
# settings:
|
||||||
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
||||||
channel: git_builds
|
# channel: builds
|
||||||
template: >
|
# template: >
|
||||||
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
|
# {{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
|
||||||
|
|
||||||
- name: build_and_test
|
- name: build_and_test
|
||||||
image: registry.wizewerx.tech/base/wizewerx-docker-compose
|
image: registry.wizewerx.tech/base/wizewerx-docker-compose
|
||||||
volumes:
|
volumes:
|
||||||
@ -52,17 +51,17 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- name: notify_end
|
# - name: notify_end
|
||||||
image: plugins/slack
|
# image: plugins/slack
|
||||||
settings:
|
# settings:
|
||||||
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
|
||||||
channel: git_builds
|
# channel: git_builds
|
||||||
username: mike
|
# username: mike
|
||||||
template: >
|
# template: >
|
||||||
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
|
# {{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}}
|
# Build took {{since build.started}}
|
||||||
when:
|
# when:
|
||||||
status: [ success, failure ]
|
# status: [ success, failure ]
|
||||||
trigger:
|
# trigger:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/.idea/*
|
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