Files
myos/make/apps/php/def.mk
T
aynic.os 0996e2a355 wip
2021-05-31 03:45:39 +02:00

9 lines
217 B
Makefile

BUILD_ENV_VARS += SYMFONY_ENV
DOCKER_SERVICE ?= php
ifneq (,$(filter $(ENV),$(ENV_DEPLOY)))
SYMFONY_ENV ?= prod
else
SYMFONY_ENV ?= dev
endif