1
0

Добавил конфигурацию для Nomie

This commit is contained in:
2023-04-02 22:02:06 +03:00
parent 69a2a1499e
commit b2b7449fc9
4 changed files with 68 additions and 23 deletions

View File

@ -47,6 +47,9 @@ configure-prod:
configure-apps:
$(MAKE) configure TAGS="webserver,apps,env"
configure-apps-in-prod:
$(MAKE) configure STAGE="prod" TAGS="webserver,apps,env"
configure-users:
$(MAKE) configure TAGS="apps,env"