7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +00:00

In k8s, migrate database as part of "make all"

This commit is contained in:
Régis Behmo 2019-01-07 08:10:06 +01:00
parent e6acdcc493
commit 752322e396

View File

@ -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