debug: print main.yaml to understand Traefik file provider config
All checks were successful
Deploy / deploy (push) Successful in 3m45s
All checks were successful
Deploy / deploy (push) Successful in 3m45s
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -48,10 +48,8 @@ jobs:
|
||||
|
||||
- name: Diagnostics
|
||||
run: |
|
||||
echo "=== traefik.yaml content ==="
|
||||
docker run --rm -v /etc/easypanel/traefik:/traefik-host alpine cat /traefik-host/traefik.yaml
|
||||
echo "=== main.yaml content ==="
|
||||
docker run --rm -v /etc/easypanel/traefik:/traefik-host alpine cat /traefik-host/config/main.yaml
|
||||
docker run --rm -v /etc/easypanel/traefik/config:/traefik-config alpine cat /traefik-config/main.yaml || echo "FAILED"
|
||||
|
||||
- name: Health check
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user