temp: fix diagnostic workflow - separate steps
All checks were successful
Deploy / deploy (push) Successful in 3m56s
All checks were successful
Deploy / deploy (push) Successful in 3m56s
This commit is contained in:
16
.github/workflows/find-impulsa-web.yml
vendored
16
.github/workflows/find-impulsa-web.yml
vendored
@@ -7,11 +7,13 @@ jobs:
|
|||||||
find:
|
find:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Find HTML files
|
- name: Docker containers with impulsa
|
||||||
|
run: docker ps --format "{{.Names}} {{.Image}} {{.Ports}}"
|
||||||
|
|
||||||
|
- name: Traefik config for impulsa
|
||||||
run: |
|
run: |
|
||||||
echo "=== Searching for impulsa HTML ==="
|
docker run --rm -v /etc/easypanel/traefik/config:/cfg alpine sh -c \
|
||||||
find /home/deployer /opt /var/www /srv -name "*.html" 2>/dev/null | head -20
|
'grep -B2 -A 8 "impulsa.darkcodex.dev" /cfg/main.yaml'
|
||||||
echo "=== Docker containers ==="
|
|
||||||
docker ps --format "{{.Names}} {{.Image}} {{.Ports}}" | grep -i "impulsa\|web\|nginx\|static"
|
- name: Easypanel projects
|
||||||
echo "=== Traefik config for impulsa.darkcodex.dev ==="
|
run: ls /etc/easypanel/projects/ 2>/dev/null || echo "no projects dir"
|
||||||
docker run --rm -v /etc/easypanel/traefik/config:/cfg alpine sh -c 'grep -A 5 "impulsa.darkcodex.dev" /cfg/main.yaml 2>/dev/null | head -30'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user