mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 08:40:42 +02:00
Include .env.example in build artifacts
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user