From 752322e396ae709e71505fa4e783c2c6ceb0cb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 7 Jan 2019 08:10:06 +0100 Subject: [PATCH] In k8s, migrate database as part of "make all" --- deploy/k8s/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k8s/Makefile b/deploy/k8s/Makefile index ceffbce..c657165 100644 --- a/deploy/k8s/Makefile +++ b/deploy/k8s/Makefile @@ -4,7 +4,7 @@ podname = kubectl get pods -n openedx --selector=app=$(1) -o name | head -1 | cut -d '/' -f 2 podexec = kubectl exec -n openedx -it $$($(call podname,$(1))) -- $(2) -all: configure deploy +all: configure deploy databases ## Provision a full platform from scratch configure: @$(MAKE) -s -C ../.. --always-make config.json