feat(deploy): v9 Quant Engine production deployment infrastructure #7

Merged
kjh2064 merged 24 commits from feature/dotnet-migration into main 2026-06-25 18:27:40 +09:00
Showing only changes of commit add42ed292 - Show all commits
@@ -40,6 +40,8 @@ jobs:
echo "[deploy] setting up SSH and deploying shadow copy"
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_ed25519
wc -c ~/.ssh/id_ed25519
md5sum ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H 178.104.200.7 >> ~/.ssh/known_hosts