Files
api-ubigeo/.github/workflows/find-impulsa-web.yml
Gianpierre Mio 0e0abfa5e0
All checks were successful
Deploy / deploy (push) Successful in 3m56s
temp: fix diagnostic workflow - separate steps
2026-03-10 16:13:37 -05:00

20 lines
528 B
YAML

name: Find Impulsa Web
on:
workflow_dispatch:
jobs:
find:
runs-on: self-hosted
steps:
- name: Docker containers with impulsa
run: docker ps --format "{{.Names}} {{.Image}} {{.Ports}}"
- name: Traefik config for impulsa
run: |
docker run --rm -v /etc/easypanel/traefik/config:/cfg alpine sh -c \
'grep -B2 -A 8 "impulsa.darkcodex.dev" /cfg/main.yaml'
- name: Easypanel projects
run: ls /etc/easypanel/projects/ 2>/dev/null || echo "no projects dir"