Skip to content

Commit

Permalink
fix pip install error caused by directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Jan 13, 2024
1 parent 4869dc9 commit 4f5c909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_KEY_PASSPHRASE }}
port: ${{ secrets.DEPLOY_PORT }}
source: "*"
source: "src"
target: ${{ secrets.DEPLOY_PATH }}
tar_tmp_path: ${{ secrets.TEMP_PATH }}
rm: false
Expand Down

0 comments on commit 4f5c909

Please sign in to comment.