From bac5c39570950b4118e3e2ff0989cffd385618d1 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Jul 2025 22:04:20 -0400 Subject: [PATCH] 11 --- .gitea/workflows/publish.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index e3bb814..89b4d3a 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -11,18 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - # ------------------------------------------------------------ - # 0. Detect the host‑side IP that Docker containers use - # ------------------------------------------------------------ - - name: Detect Gitea host IP (inside runner) - id: detect_host - shell: bash - run: | - HOST_IP=$(ip route | awk '/default/ {print $3}') - echo "GITEA_HOST=$HOST_IP" >> "$GITHUB_ENV" - echo "Detected host IP: $HOST_IP" - # ------------------------------------------------------------ # 1. Checkout the website repository (your app code) # ------------------------------------------------------------ - name: Checkout website repo