Compare commits

...

3 Commits

Author SHA1 Message Date
8a27d14d25 chore: remove temporary diagnostic workflow
All checks were successful
Deploy / deploy (push) Successful in 1m39s
2026-03-10 22:50:17 +01:00
4001f427ad temp: read impulsa production compose
All checks were successful
Deploy / deploy (push) Successful in 3m53s
2026-03-10 22:41:41 +01:00
1774518754 temp: find impulsa_landing image source and docker-compose
All checks were successful
Deploy / deploy (push) Successful in 4m9s
2026-03-10 22:36:43 +01:00

View File

@@ -1,17 +0,0 @@
name: Find Impulsa Web
on:
workflow_dispatch:
jobs:
find:
runs-on: self-hosted
steps:
- name: Inspect impulsa_landing container
run: |
echo "=== Mounts ==="
docker inspect impulsa_landing --format '{{range .Mounts}}Source={{.Source}} Dest={{.Destination}}{{"\n"}}{{end}}'
echo "=== Traefik labels ==="
docker inspect impulsa_landing --format '{{range $k,$v := .Config.Labels}}{{$k}}={{$v}}{{"\n"}}{{end}}' | grep -i traefik
echo "=== index.html ==="
docker exec impulsa_landing cat /usr/share/nginx/html/index.html