chore: bypass dns using host ip
Some checks failed
Koori-ERP-Deploy / auto-deploy (push) Failing after 12s
Some checks failed
Koori-ERP-Deploy / auto-deploy (push) Failing after 12s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user