Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThistleFIN authored Dec 28, 2024
1 parent d118bc8 commit 3c33e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: "/home/django/50v-backend"
EXCLUDE: "db.sqlite3"
EXCLUDE: "db.sqlite3, .venv"
with:
ARGS: "--delete"
SCRIPT_AFTER: |
Expand Down

0 comments on commit 3c33e26

Please sign in to comment.