Skip to content

Commit

Permalink
Update deploy-ovh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoglme authored Jan 7, 2024
1 parent 19c4a86 commit 18c61f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ovh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
source: ".output/"
target: "/var/www/dibodev.com/html"

0 comments on commit 18c61f6

Please sign in to comment.