Skip to content

Commit e22f298

Browse files
authored
Merge pull request #181 from brefphp/mnapoli-patch-1
Exclude assets from deployment
2 parents 96745b4 + 2e92c29 commit e22f298

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stubs/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ package:
2525
- '!storage/**'
2626
- '!tests/**'
2727
- '!database/*.sqlite'
28+
# Exclude assets except for the manifest file
29+
- '!public/build/**'
30+
- 'public/build/manifest.json'
2831

2932
functions:
3033

0 commit comments

Comments
 (0)