Skip to content

Commit

Permalink
Change in hostinger-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeholic committed Dec 22, 2023
1 parent 978125d commit d9005cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hostinger-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: |
rsync -r -e "ssh -p ${{ secrets.SSH_PORT }}" ${{ github.workspace }}/public/build/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:~/domains/laravel-space.com/public/build
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}

0 comments on commit d9005cb

Please sign in to comment.