Skip to content

Commit a207430

Browse files
authored
Metabase: add makefile up targets (#1095)
CI calls up-<target> makefile target. Without these target CI will fail * #1061 * #1093
1 parent 08dab8b commit a207430

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

services/metabase/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ include ${REPO_BASE_DIR}/scripts/common-services.Makefile
66
.PHONY: up
77
up: ${TEMP_COMPOSE} ## Deploys metabase stack
88

9+
up-aws: up
10+
11+
up-master: up
12+
13+
up-dalco: up
14+
15+
up-local: up
16+
17+
up-public: up
18+
919
${TEMP_COMPOSE}: docker-compose.yml .env
1020
@${REPO_BASE_DIR}/scripts/docker-stack-config.bash -e .env $< > $@
1121

0 commit comments

Comments
 (0)