feat(deploy): compose deploy fixed
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m12s
Build, Test and Deploy / build-and-push (push) Successful in 15s
Build, Test and Deploy / deploy (push) Successful in 6s

This commit is contained in:
2026-02-11 16:14:00 +01:00
parent 5ba203a8d1
commit ab5f6a609d
3 changed files with 17 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ services:
restart: always
volumes:
- backend_profiles_${ENV}:/app/profiles
command: ["sh", "-c", "echo 'DB_URL IS: $DB_URL'; java -jar app.jar --spring.datasource.url=${DB_URL} --spring.datasource.username=${DB_USERNAME} --spring.datasource.password=${DB_PASSWORD}"]
frontend:
image: ${REGISTRY_URL}/${REPO_OWNER}/print-calculator-frontend:${TAG}