myos/make/apps/php/def.mk

9 lines
217 B
Makefile
Raw Normal View History

2021-02-09 17:05:00 +01:00
BUILD_APP_VARS += SYMFONY_ENV
DOCKER_SERVICE ?= php
ifneq (,$(filter $(ENV),$(ENV_DEPLOY)))
SYMFONY_ENV ?= prod
else
SYMFONY_ENV ?= dev
endif