Skip to content

Commit

Permalink
Fix port in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrileyuk committed Dec 24, 2024
1 parent a8a6960 commit ba6b024
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
uses: up9cloud/action-rsync@v1
env:
HOST: ${{secrets.DEPLOY_DOCS_SSH_HOST}}
PORT: ${{secrets.DEPLOY_DOCS_SSH_PORT}}
USER: ${{secrets.DEPLOY_DOCS_SSH_USER}}
KEY: ${{secrets.DEPLOY_DOCS_SSH_KEY}}
SOURCE: ./docs/.vitepress/dist
TARGET: /public_html/
SSH_ARGS: -o StrictHostKeyChecking=no
SSH_ARGS: -p ${{secrets.DEPLOY_DOCS_SSH_PORT}} -o StrictHostKeyChecking=no

0 comments on commit ba6b024

Please sign in to comment.