Skip to content

Commit

Permalink
chore: use GATSBY_DEPLOY_PRIVATE_KEY_BACKUP
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Jul 7, 2024
1 parent 830d846 commit a70bbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
ssh_login_username: ${{ secrets.SSH_LOGIN_USERNAME }}
remote_server_ip: ${{ secrets.REMOTE_SERVER_IP }}
ssh_port: ${{ secrets.SSH_PORT }}
ssh_private_key: ${{ secrets.GATSBY_DEPLOY_PRIVATE_KEY }}
ssh_private_key: ${{ secrets.GATSBY_DEPLOY_PRIVATE_KEY_BACKUP }}
source_path: ./public/*
destination_path: ~/slides.shan333.cn

0 comments on commit a70bbe7

Please sign in to comment.