Skip to content

Commit

Permalink
[change]
Browse files Browse the repository at this point in the history
  • Loading branch information
QJAutumn committed Apr 26, 2023
1 parent 2070d04 commit 6f047bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_228 }}
username: ${{ secrets.USERNAME }}
username: ubuntu
key: ${{ secrets.SSH_KEY_228 }}
port: ${{ secrets.PORT }}
port: 22
command_timeout: 20m
script: |
cd /app/website/website-doc-zh-CN
Expand Down

0 comments on commit 6f047bc

Please sign in to comment.