This commit is contained in:
aynic.os
2021-06-01 00:52:21 +02:00
parent e605e033e4
commit f510f626ab
5 changed files with 17 additions and 7 deletions
+1 -2
View File
@@ -111,12 +111,11 @@ tests: app-tests ## Test application
up: docker-compose-up app-start ## Create application dockers
.PHONY: update app-update
update: app-update ## Update application
update: update-app app-update ## Update application
# target %: Always fired target
## this target is fired everytime make is runned to call the stack target and
## update COMPOSE_FILE variable with all .yml files of the current project stack
.PHONY: FORCE
%: FORCE stack %-rule-exists ;
# target %-rule-exists: Print a warning message if $* target does not exists
-1
View File
@@ -1,7 +1,6 @@
APP_DIR ?= $(CURDIR)
APP_DOMAIN ?= $(ENV)$(addprefix .,$(DOMAIN))
APP_HOST ?= $(APP)$(addprefix .,$(APP_DOMAIN))
APP_NAME ?= $(APP)
APP_PARAMETERS_REPOSITORY ?= $(GIT_PARAMETERS_REPOSITORY)
APP_PATH ?= /$(APP_PATH_PREFIX)
APP_REPOSITORY ?= $(GIT_REPOSITORY)