chore: bypass dns using host ip
Some checks failed
Koori-ERP-Deploy / auto-deploy (push) Failing after 12s

This commit is contained in:
2025-12-30 17:05:19 +08:00
parent a11d967818
commit e15f85642c
5 changed files with 95 additions and 46 deletions

View File

@@ -10,6 +10,11 @@ jobs:
steps:
- name: 1. Checkout Code
uses: actions/checkout@v3
with:
# --- 關鍵:直接指定 Gitea 的伺服器網址為 IP ---
github-server-url: http://192.168.0.103:3000
repository: ${{ gitea.repository }}
# ------------------------------------------
- name: 2. Create .env from Secrets
run: echo "${{ secrets.DOT_ENV }}" > .env