Skip to content

Commit

Permalink
Exclude sqlite databases from the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Nov 2, 2024
1 parent b3ae7cf commit e0a3ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package:
- '!resources/assets/**'
- '!storage/**'
- '!tests/**'
- '!database/*.sqlite'

functions:

Expand Down

0 comments on commit e0a3ab1

Please sign in to comment.