Compare commits
3 Commits
main
...
8a27d14d25
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a27d14d25 | |||
| 4001f427ad | |||
| 1774518754 |
17
.github/workflows/find-impulsa-web.yml
vendored
17
.github/workflows/find-impulsa-web.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user