fix deploy: use org-level DOCS_DEPLOY_KEY secret

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Hill
2026-02-19 09:28:06 -07:00
parent 24624a1f68
commit 7baca0d2e7

View File

@@ -34,7 +34,7 @@ jobs:
- name: Configure SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
echo "${{ secrets.DOCS_DEPLOY_KEY }}" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
ssh-keyscan -H start9.com >> ~/.ssh/known_hosts
cat >> ~/.ssh/config <<EOF