temp: inspect impulsa_landing nginx container
All checks were successful
Deploy / deploy (push) Successful in 4m33s
All checks were successful
Deploy / deploy (push) Successful in 4m33s
This commit is contained in:
16
.github/workflows/find-impulsa-web.yml
vendored
16
.github/workflows/find-impulsa-web.yml
vendored
@@ -7,13 +7,11 @@ jobs:
|
|||||||
find:
|
find:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Docker containers with impulsa
|
- name: Inspect impulsa_landing container
|
||||||
run: docker ps --format "{{.Names}} {{.Image}} {{.Ports}}"
|
|
||||||
|
|
||||||
- name: Traefik config for impulsa
|
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v /etc/easypanel/traefik/config:/cfg alpine sh -c \
|
echo "=== Mounts ==="
|
||||||
'grep -B2 -A 8 "impulsa.darkcodex.dev" /cfg/main.yaml'
|
docker inspect impulsa_landing --format '{{json .Mounts}}' | python3 -m json.tool
|
||||||
|
echo "=== Labels ==="
|
||||||
- name: Easypanel projects
|
docker inspect impulsa_landing --format '{{json .Config.Labels}}' | python3 -m json.tool
|
||||||
run: ls /etc/easypanel/projects/ 2>/dev/null || echo "no projects dir"
|
echo "=== index.html content ==="
|
||||||
|
docker exec impulsa_landing cat /usr/share/nginx/html/index.html 2>/dev/null || docker exec impulsa_landing sh -c "find / -name 'index.html' 2>/dev/null | head -5"
|
||||||
|
|||||||
Reference in New Issue
Block a user