added webhook to ci/cd
Build and Push Docker image / build-and-push (push) Successful in 48s Details

changes main.css
This commit is contained in:
Valentin Kolb 2024-03-14 21:39:23 +01:00
parent 2d17c43b21
commit 5d783f27e8
2 changed files with 8 additions and 3 deletions

View File

@ -27,3 +27,6 @@ jobs:
file: ./Dockerfile
push: true
tags: git.stuve.uni-ulm.de/stuve-it/wiki-js-customization:latest
- name: Trigger webhook for Portainer
run: curl -X POST ${{ secrets.WEBHOOK_URL }}

View File

@ -1,5 +1,7 @@
:root {
--override_blue: rgb(74,187,235);
--override_green: rgb(164, 186, 46);
--override_gray: rgb(105, 127, 133);
--override_blue: #4ABBEBFF;
--override_blue_dark: #137da9;
--override_green: #A4BA2EFF;
--override_green_dark: #6b7b1d;
--override_gray: #697F85FF;
}