Add 4 files
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 24s
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 24s
This commit is contained in:
8
caddy/check-config.sh
Executable file
8
caddy/check-config.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
_check_required_env_vars "CONTAINER_NAME"
|
||||
|
||||
# Validate the Caddyfile configuration
|
||||
docker exec "${CONTAINER_NAME}" caddy validate --config /etc/caddy/Caddyfile || _die "Configuration validation failed"
|
||||
|
||||
echo "Caddy configuration is valid"
|
||||
Reference in New Issue
Block a user