temp: find impulsa web location on host
All checks were successful
Deploy / deploy (push) Successful in 4m13s
All checks were successful
Deploy / deploy (push) Successful in 4m13s
This commit is contained in:
17
.github/workflows/find-impulsa-web.yml
vendored
Normal file
17
.github/workflows/find-impulsa-web.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Find Impulsa Web
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
find:
|
||||||
|
runs-on: self-hosted
|
||||||
|
steps:
|
||||||
|
- name: Find HTML files
|
||||||
|
run: |
|
||||||
|
echo "=== Searching for impulsa HTML ==="
|
||||||
|
find /home/deployer /opt /var/www /srv -name "*.html" 2>/dev/null | head -20
|
||||||
|
echo "=== Docker containers ==="
|
||||||
|
docker ps --format "{{.Names}} {{.Image}} {{.Ports}}" | grep -i "impulsa\|web\|nginx\|static"
|
||||||
|
echo "=== Traefik config for impulsa.darkcodex.dev ==="
|
||||||
|
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