fix(ci): add Traefik HTTPS entrypoint/TLS/certresolver to .env.deploy, add /api/health to public router
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 1m53s
Build & Deploy / 🏗️ Build (push) Successful in 12m48s
Build & Deploy / 🚀 Deploy (push) Successful in 38s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 16s
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-03-02 01:01:52 +01:00
parent cb4afe2e91
commit fb09b1de9a
2 changed files with 4 additions and 1 deletions

View File

@@ -336,6 +336,9 @@ jobs:
TRAEFIK_HOST='$TRAEFIK_HOST'
COMPOSE_PROFILES=$COMPOSE_PROFILES
TRAEFIK_MIDDLEWARES=$AUTH_MIDDLEWARE
TRAEFIK_ENTRYPOINT=websecure
TRAEFIK_TLS=true
TRAEFIK_CERT_RESOLVER=le
EOF
- name: 🚀 SSH Deploy