Commit graph

5 commits

Author SHA1 Message Date
be1c169481 ci: add staging deploy workflow via SSH
Deploys to sv-frontend on push to develop.
Uses port-forwarding through UDM Pro SE (37.24.237.181:2204).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 22:24:37 +00:00
68145ceb7e fix(ci): use --add for multiple git insteadOf patterns
git config overwrites previous insteadOf value without --add flag.
Need both git@github.com: (SCP) and ssh://git@github.com/ patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:23:44 +00:00
47657ae8c2 fix(ci): use env var for git credential rewrite
Pass GH_PAT via env var instead of secrets expression
in shell command for reliable git insteadOf config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:20:41 +00:00
1ad83efbc3 fix(ci): rewrite git SSH to HTTPS for private dependency access
pnpm resolves github: deps via git@github.com: (SSH), which fails
without SSH keys. Rewrite to HTTPS with GH_PAT token instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:17:22 +00:00
fa78f033d2 ci: add GitHub Actions CI workflow
Runs lint and build on push to develop/main and on PRs.
Uses GH_PAT secret for private @c2s/payload-contracts dependency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:13:09 +00:00