Skip to content

Commit

Permalink
Update deploy.yml to use github workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
pedelgado authored May 6, 2024
1 parent 360d74b commit 8a96752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
password: ${{ secrets.OCEBOT_HOST_PASS }}
port: ${{ secrets.OCEBOT_HOST_PORT }}
sftp_only: true
local_path: ${{ github.workspace }}
local_path: '${{ github.workspace }}/'
remote_path: ${{ secrets.KT_HOST_PATH }}

0 comments on commit 8a96752

Please sign in to comment.