ci: add Gitea Actions CI/CD workflow
Some checks failed
CI/CD / check (push) Failing after 1m28s
CI/CD / deploy (push) Has been skipped

This commit is contained in:
2026-01-29 23:18:08 +00:00
parent 617eaacc5f
commit 9316461d6e
2 changed files with 58 additions and 0 deletions

View File

@@ -33,3 +33,18 @@ api.todo.donovankelly.xyz {
Access-Control-Allow-Credentials true
}
}
# Hammer gateway - hooks only (token-authenticated by gateway)
hammer.donovankelly.xyz {
handle /hooks/* {
reverse_proxy host.docker.internal:18789
}
handle {
respond "Not Found" 404
}
}
# Hammer gateway WebSocket - dedicated subdomain for WSS (token-authenticated)
ws.hammer.donovankelly.xyz {
reverse_proxy host.docker.internal:18789
}