Skip to content

Commit

Permalink
fix: ssh target
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 28, 2024
1 parent 63e68de commit 7c9c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
uses: garygrossgarten/github-action-scp@release
with:
local: docs/.vitepress/dist
remote: "${{ vars.KONFER_SSH_TARGET }}/docs"
remote: "${{ vars.KONFER_SSH_TARGET_DOC }}"
host: ${{ secrets.KONFER_SSH_HOST }}
username: ${{ secrets.KONFER_SSH_USER }}
password: ${{ secrets.KONFER_SSH_PWD }}

0 comments on commit 7c9c1df

Please sign in to comment.