Skip to content

Commit

Permalink
fix: doc server move to new vps
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhe421 committed Nov 15, 2024
1 parent ed6dd62 commit d79911c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ssh-private-key: ${{ secrets.BLOG_DEPLOY_KEY }}
- name: Deploy VPS
run: |
ssh-keyscan 1991421.cn >> ~/.ssh/known_hosts
ssh-keyscan alfred.1991421.cn >> ~/.ssh/known_hosts
rsync -az -vv --delete -e 'ssh -p ${{ secrets.BLOG_DEPLOY_PORT }}' .docs/.vitepress/dist [email protected]:/var/www/alfred
- name: Notify
uses: appleboy/telegram-action@master
Expand Down

0 comments on commit d79911c

Please sign in to comment.