• Joined on 2025-07-11
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 13:12:22 +00:00
5e7e5c461c security: replace key header log with safe public ssh-keygen fingerprint display
63bc5da40c ci: add comprehensive diagnostic logs and ssh -vv trace to step
Compare 2 commits »
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 13:03:11 +00:00
a4c852d254 fix(ci): mount /home/ucef/.ssh and prioritize gitea_ci_key over generic host keys
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 12:57:27 +00:00
815eb72834 fix(ci): copy key to /tmp/id_rsa instead of ~/.ssh/id_rsa to avoid read-only mount error
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 12:50:44 +00:00
881a81f53b fix(ci): robust SSH key resolution supporting both file paths and Gitea secrets
ucef pushed to main at ucef/as-talange 2026-09-03 12:42:27 +00:00
c198368c19 refactor(ci): simplify SSH step to directly copy and use /root/.ssh/gitea_ci_key with 600 permissions
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 12:42:24 +00:00
747cf1a0fa refactor(ci): simplify SSH step to directly copy and use /root/.ssh/gitea_ci_key with 600 permissions
ucef pushed to main at ucef/as-talange 2026-09-03 12:30:34 +00:00
390c547920 fix(ci): prioritize /root/.ssh/gitea_ci_key mount
2d390b553d fix(ci): mount /home/ubuntu/.ssh and auto-detect gitea_ci_key location
Compare 2 commits »
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 12:30:27 +00:00
2472407cca fix(ci): prioritize /root/.ssh/gitea_ci_key mount
02f9674b7a fix(ci): mount /home/ubuntu/.ssh and auto-detect gitea_ci_key location
Compare 2 commits »
ucef pushed to main at ucef/as-talange 2026-09-03 12:08:29 +00:00
801fbd359d fix(ci): add UserKnownHostsFile=/dev/null and target gitea_ci_key to fix read-only ssh error
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 12:08:22 +00:00
0963e25cfb fix(ci): add UserKnownHostsFile=/dev/null and target gitea_ci_key to fix read-only ssh error
ucef pushed to main at ucef/as-talange 2026-09-03 11:17:11 +00:00
af47025893 refactor(ci): mount host .ssh directory directly in docker step container
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 11:17:10 +00:00
8c8df282a4 refactor(ci): mount host .ssh directory directly in docker step container
ucef pushed to main at ucef/as-talange 2026-09-03 11:01:29 +00:00
b05a490040 fix(ci): strip carriage returns from SSH key and force IdentitiesOnly=yes to fix libcrypto unsupported error
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 11:01:27 +00:00
41f8b67602 fix(ci): strip carriage returns from SSH key and force IdentitiesOnly=yes to fix libcrypto unsupported error
ucef pushed to main at ucef/as-talange 2026-09-03 10:54:21 +00:00
ced7c9ce38 fix(ci): run rsync DB script deployment with host network (--net=host) to fix VPN timeout
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 10:54:16 +00:00
47b27d3cfd fix(ci): run rsync DB script deployment with host network (--net=host) to fix VPN timeout
ucef pushed to main at ucef/as-talange 2026-09-03 08:07:45 +00:00
4687bc8d2b fix(ci): preserve SSH key linebreaks with printf and add custom port support
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 08:06:07 +00:00
272a4ad8e2 fix(ci): preserve SSH key linebreaks with printf and add custom port support
ucef pushed to main at ucef/as-talange 2026-09-03 06:11:45 +00:00
0d3270e852 fix(ci): check all SSH key secret variants and force rsync deployment to DB server
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 06:11:45 +00:00
deba5fafea fix(ci): check all SSH key secret variants and force rsync deployment to DB server