chore(ci): repoint registry/git/cargo meghsakha.com -> breakpilot.com (#231)
CI / Check (push) Skipped
CI / Detect Changes (push) Successful in 5s
CI / Deploy Docs (push) Skipped
CI / Deploy Agent (push) Failing after 18s
CI / Deploy Dashboard (push) Failing after 4m47s
CI / Deploy MCP (push) Failing after 15s

This commit was merged in pull request #231.
This commit is contained in:
2026-08-06 08:42:45 +00:00
parent effc3080e0
commit 0834547a74
4 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ ENV DOCS_URL=${DOCS_URL}
RUN --mount=type=secret,id=tramiton_token \
if [ -s /run/secrets/tramiton_token ]; then \
git config --global \
url."https://sharang:$(cat /run/secrets/tramiton_token)@gitea.meghsakha.com/".insteadOf \
"ssh://git@gitea.meghsakha.com:22222/"; \
url."https://sharang:$(cat /run/secrets/tramiton_token)@git.breakpilot.com/".insteadOf \
"ssh://git@git.breakpilot.com:22222/"; \
fi && \
CARGO_NET_GIT_FETCH_WITH_CLI=true dx build --release --package compliance-dashboard