Trigger deployment after Gitea ROOT_URL update
Build and Deploy / deploy (push) Failing after 21s

This commit is contained in:
CalebLewallen
2026-05-14 10:37:04 -04:00
parent c3e143a878
commit b0b1186d6f
+2 -1
View File
@@ -8,7 +8,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
# Attempting to override the internal Gitea URL
# Gitea server config has been updated to use external URL
# This override may no longer be necessary but is kept for safety
GITEA_SERVER_URL: http://git.homelab.lewallen.io:3000
steps:
- name: Checkout