Skip to content

Commit aeff8af

Browse files
MattDHillclaude
andcommitted
ci: rename deploy secret DOCS_DEPLOY_KEY -> WEBSITE_DEPLOY_KEY
start-os, start-docs, and start9.com all deploy to the same VPS with the same key; standardize the secret name across the three website repos so it's obvious in GitHub that it's one shared key. Note: the WEBSITE_DEPLOY_KEY secret (same value as the current DOCS_DEPLOY_KEY) must exist in the repo before this merges, or the next deploy will fail on an empty key. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 78a08b8 commit aeff8af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Configure SSH
4747
run: |
4848
mkdir -p ~/.ssh
49-
echo "${{ secrets.DOCS_DEPLOY_KEY }}" > ~/.ssh/deploy_key
49+
echo "${{ secrets.WEBSITE_DEPLOY_KEY }}" > ~/.ssh/deploy_key
5050
chmod 600 ~/.ssh/deploy_key
5151
ssh-keyscan -H start9.com >> ~/.ssh/known_hosts
5252
cat >> ~/.ssh/config <<EOF

0 commit comments

Comments
 (0)