added webhook to ci/cd
Build and Push Docker image / build-and-push (push) Successful in 48s
Details
Build and Push Docker image / build-and-push (push) Successful in 48s
Details
changes main.css
This commit is contained in:
parent
2d17c43b21
commit
5d783f27e8
|
@ -27,3 +27,6 @@ jobs:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: git.stuve.uni-ulm.de/stuve-it/wiki-js-customization:latest
|
tags: git.stuve.uni-ulm.de/stuve-it/wiki-js-customization:latest
|
||||||
|
|
||||||
|
- name: Trigger webhook for Portainer
|
||||||
|
run: curl -X POST ${{ secrets.WEBHOOK_URL }}
|
|
@ -1,5 +1,7 @@
|
||||||
:root {
|
:root {
|
||||||
--override_blue: rgb(74,187,235);
|
--override_blue: #4ABBEBFF;
|
||||||
--override_green: rgb(164, 186, 46);
|
--override_blue_dark: #137da9;
|
||||||
--override_gray: rgb(105, 127, 133);
|
--override_green: #A4BA2EFF;
|
||||||
|
--override_green_dark: #6b7b1d;
|
||||||
|
--override_gray: #697F85FF;
|
||||||
}
|
}
|
Loading…
Reference in New Issue