Skip to content

Commit

Permalink
update CI credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoxuanGuo committed Dec 26, 2024
1 parent 85adeaf commit 016e6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: appleboy/scp-action@master
with:
host: juliacn.com
port: ${{ secrets.MIRROR_SERVER_PORT }}
username: ${{ secrets.MIRROR_SERVER_USERNAME }}
key: ${{ secrets.MIRROR_SERVER_SSH_KEY }}
port: ${{ secrets.REMOTE_PORT }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "./*"
target: "/gs/JuliaZH.jl/pdf/"

0 comments on commit 016e6e7

Please sign in to comment.