Skip to content

Commit

Permalink
also ignore file old_database with legacy image posts
Browse files Browse the repository at this point in the history
  • Loading branch information
butburg authored Aug 20, 2024
1 parent 589523e commit 4d34539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-laravel-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
--exclude 'public/css/' \
--exclude 'public/js/' \
--exclude 'database/database.sqlite' \
--exclude 'database/old_database.sqlite' \
$GITHUB_WORKSPACE/src/ $SFTP_USERNAME@$SFTP_HOST:oe-app/
- name: Upload .env file
Expand Down

0 comments on commit 4d34539

Please sign in to comment.