Skip to content

Commit 183af06

Browse files
committed
ci: remove SSH fingerprint from deployment workflow and update README for clarity
1 parent 58dda79 commit 183af06

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy-production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
key: ${{ secrets.SSH_PRIVATE_KEY }}
3131
passphrase: ${{ secrets.SSH_PASSPHRASE }}
3232
port: ${{ secrets.SSH_PORT || '22' }}
33-
fingerprint: ${{ secrets.SSH_FINGERPRINT }}
3433
script: |
3534
set -euo pipefail
3635

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ Runs `standard --fix` on the project.
101101

102102
The repository includes a GitHub Actions workflow at `.github/workflows/deploy-production.yml`.
103103

104-
The production workflow builds the VitePress site in GitHub Actions and uploads the generated `src/.vitepress/dist/` files to the remote server over SCP.
105-
106-
Configure these GitHub secrets before enabling production deploys: `SSH_HOST`, `SSH_USER`, `SSH_PRIVATE_KEY`, `SSH_PASSPHRASE`, `SSH_PORT`, `SSH_FINGERPRINT`, and `SSH_TARGET_DIR`.
104+
The workflow currently connects to the production host over SSH, but the actual deployment commands are still placeholders. Before using it in production, configure the required GitHub secrets and replace the example script with the real build and publish steps for your server.
107105

108106
## Contributing
109107

0 commit comments

Comments
 (0)