2 Commits
Author SHA1 Message Date
emilandClaude Sonnet 4.6 ff40720df2 fix: use printf to preserve SSH key newlines in deploy workflow
echo strips trailing newlines from multiline secrets, breaking PEM format.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-09 14:10:23 +03:00
emilandClaude Sonnet 4.6 c4c900232e ci: add GitHub Actions deploy workflow
On push to main: builds Astro, deploys dist/ to reg.ru via rsync over SSH.
Requires DEPLOY_KEY, DEPLOY_HOST, DEPLOY_USER secrets.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-09 14:01:28 +03:00