myos/make/apps/php/def.mk

9 lines
217 B
Makefile
Raw Normal View History

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