Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAgassi committed Nov 23, 2024
1 parent 81bd2a4 commit 0c96cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
SSH_PASS: ${{ secrets.SSH_PASSWORD }}
run: |
sshpass -p "$SSH_PASS" rsync -avz --delete \
-e "ssh -o StrictHostKeyChecking=no" \
--exclude '.env' \
--exclude 'venv/' \
--exclude '__pycache__/' \
Expand Down

0 comments on commit 0c96cbb

Please sign in to comment.