ci: disable deploy workflow on GitHub (runs on Gitea)

This commit is contained in:
Gianpierre Mio
2026-04-04 12:30:32 -05:00
parent 2008190237
commit 2a00d26a10
6 changed files with 0 additions and 75 deletions

BIN
.github/.DS_Store vendored

Binary file not shown.

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