Include .env.example in build artifacts

This commit is contained in:
Chris Kankiewicz
2020-01-19 17:51:47 -07:00
parent 50a27fe56f
commit 15ba3a9648

View File

@@ -1,4 +1,4 @@
ARTIFACT_FILES=app node_modules vendor LICENSE mix-manifest.json README.md index.php
ARTIFACT_FILES=app node_modules vendor .env.example LICENSE mix-manifest.json README.md index.php
ARTIFACT_NAME="DirectoryLister-$$(git rev-parse --short HEAD)"
dev development: # Build application for development