rename stacks to separe host and user worlds

This commit is contained in:
Yann Autissier
2022-05-07 15:04:44 +02:00
parent 15e846e3a4
commit 87a194c446
26 changed files with 97 additions and 75 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# target .env-clean: Remove .env
.PHONY: .env-clean
.env-clean:
rm -f .env || true
rm -i .env || true
# include .env file
-include .env