mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 16:54:26 +01:00
Update makefile
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
4add489e77
commit
fe7cac2fb5
15
Makefile
15
Makefile
@ -1,15 +1,8 @@
|
|||||||
#//////////////////////////////////////////////////////////////
|
#//////////////////////////////////////////////////////////////
|
||||||
#// ____ //
|
|
||||||
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //
|
|
||||||
#// | _ \ / _ \ '_ \/ __| | | | '_ \ / _ \ '__| '_ \ / __| //
|
|
||||||
#// | |_) | __/ | | \__ \ |_| | |_) | __/ | | |_) | (__ //
|
|
||||||
#// |____/ \___|_| |_|___/\__,_| .__/ \___|_| | .__/ \___| //
|
|
||||||
#// |_| |_| //
|
|
||||||
#//////////////////////////////////////////////////////////////
|
|
||||||
#// //
|
#// //
|
||||||
#// Infrastructur, 2022 //
|
#// Infrastructure, 2024 //
|
||||||
#// Created: 14, April, 2022 //
|
#// Created: 14, April, 2022 //
|
||||||
#// Modified: 25, Novembre, 2023 //
|
#// Modified: 05, May, 2024 //
|
||||||
#// file: - //
|
#// file: - //
|
||||||
#// - //
|
#// - //
|
||||||
#// Source: //
|
#// Source: //
|
||||||
@ -25,8 +18,6 @@ PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
|||||||
|
|
||||||
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
|
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
|
||||||
|
|
||||||
AUTHOR := bensuperpc
|
|
||||||
|
|
||||||
.PHONY: build all
|
.PHONY: build all
|
||||||
all: start
|
all: start
|
||||||
|
|
||||||
@ -67,9 +58,9 @@ state:
|
|||||||
|
|
||||||
.PHONY: update
|
.PHONY: update
|
||||||
update:
|
update:
|
||||||
|
docker compose $(COMPOSE_FILES) $(PROFILE_CMD) pull
|
||||||
git submodule update --init --recursive --remote
|
git submodule update --init --recursive --remote
|
||||||
git pull --recurse-submodules --all --progress
|
git pull --recurse-submodules --all --progress
|
||||||
docker compose $(COMPOSE_FILES) $(PROFILE_CMD) pull
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user