Skip to content

Commit

Permalink
Merge pull request #58 from t-richard/patch-1
Browse files Browse the repository at this point in the history
Quote exlcuded directories
  • Loading branch information
deleugpn authored Nov 1, 2021
2 parents 016cfd8 + 24a73f5 commit 36111f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ provider:
package:
# Directories to exclude from deployment
patterns:
- !node_modules/**
- !public/storage
- !resources/assets/**
- !storage/**
- !tests/**
- '!node_modules/**'
- '!public/storage'
- '!resources/assets/**'
- '!storage/**'
- '!tests/**'

functions:
# This function runs the Laravel website/API
Expand Down

0 comments on commit 36111f7

Please sign in to comment.