Skip to content

Commit 42e73f3

Browse files
committed
Removed changes to .env. applied by template:install
1 parent d2095e9 commit 42e73f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

deploy-templates/scripts/modifyFilesContent.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22

3-
file=".env"
4-
echo "COMPOSE_PROJECT_NAME=$PROJECTNAME" > $file
5-
echo "COMPOSE_DOMAIN=$PROJECTNAME.local.itkdev.dk" >> $file
6-
cat $file
7-
83
file="./deploy-templates/settings.local.php"
94
echo "" >> $file
105
echo "/**" >> $file

0 commit comments

Comments
 (0)