mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
In k8s, migrate database as part of "make all"
This commit is contained in:
parent
e6acdcc493
commit
752322e396
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user