fix: use base64 encoded deploy ssh key
TaxBaik CI/CD / build-and-deploy (push) Failing after 42s

This commit is contained in:
2026-06-27 02:33:32 +09:00
parent da505d8966
commit a6ca30eec8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ sudo systemctl reload nginx
1. Gitea 저장소 Secrets 추가:
- `DEPLOY_USER`: `kjh2064`
- `DEPLOY_HOST`: `178.104.200.7`
- `DEPLOY_SSH_KEY`: SSH 개인키 (줄바꿈 포함)
- `DEPLOY_SSH_KEY_B64`: base64로 인코딩한 SSH 개인키
- `TAXBAIK_ADMIN_TEST_PASSWORD`: 배포 검증용 관리자 비밀번호
2. 배포 워크플로우는 자동으로 실행: