diff --git a/apache/deckforge.conf b/apache/deckforge.conf index 9c36386..3964070 100644 --- a/apache/deckforge.conf +++ b/apache/deckforge.conf @@ -3,7 +3,7 @@ # SSL is terminated by the upstream load balancer - ServerName optical-dev.oliver.solution + ServerName optical-dev.oliver.solutions # Security headers Header always set X-Content-Type-Options "nosniff" diff --git a/deploy.sh b/deploy.sh index 564199e..9e2550a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -139,8 +139,8 @@ if [[ ! -f .env ]]; then fi # Ensure ALLOWED_ORIGINS contains the production domain -if ! grep -q "optical-dev.oliver.solution" .env; then - warn "ALLOWED_ORIGINS may not include https://optical-dev.oliver.solution — please verify" +if ! grep -q "optical-dev.oliver.solutions" .env; then + warn "ALLOWED_ORIGINS may not include https://optical-dev.oliver.solutions — please verify" fi # Warn on default secrets @@ -302,7 +302,7 @@ docker compose -f docker-compose.yml -f docker-compose.prod.yml ps echo "" if [[ $FAIL -eq 0 ]]; then - info "Deploy complete. Visit https://optical-dev.oliver.solution/ppt-tool/" + info "Deploy complete. Visit https://optical-dev.oliver.solutions/ppt-tool/" else warn "Deploy finished with warnings. Review above messages." fi