fix: config stuff, do make keycloak first
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 43s
CI / build (push) Failing after 10s

This commit is contained in:
2025-05-09 00:40:41 +02:00
parent 7f16cdc86f
commit 63327bc312
9 changed files with 2709 additions and 18 deletions

View File

@ -23,7 +23,7 @@ keycloak: ./keycloak/.installed
keycloak/.installed:
@echo "running one time install"
@cd keycloak/CAS && sh build.sh
@cd keycloak/CAS && sudo sh build.sh
@touch ./keycloak/.installed
dev-front: clean vite keycloak
@ -33,8 +33,6 @@ dev-front: clean vite keycloak
@cp config/frontdev.docker-compose.yaml docker-compose.yaml
@docker compose up -d --build
@cd ./front/MyINPulse-front/ && npm run dev
@echo "cd MyINPulse-back" && echo 'export $$(cat .env | xargs)'
@echo "./gradlew bootRun --args='--server.port=8081'"
prod: clean keycloak
@cp config/prod.env front/MyINPulse-front/.env
@ -42,7 +40,6 @@ prod: clean keycloak
@cp config/prod.env .env
@cp config/prod.docker-compose.yaml docker-compose.yaml
@docker compose up -d --build