From 4964f12725c4df104b4498de686d5a17b5a70d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sat, 15 Sep 2018 20:25:13 +0200 Subject: [PATCH] Rename provision and oauth2 make targets --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 90d85a4..4977860 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,10 @@ configure: build-configurator update: $(DOCKER_COMPOSE) pull -migrate: provision migrate-openedx migrate-forum $(extra_migrate_targets) oauth2 -provision: +migrate: provision-database migrate-openedx migrate-forum $(extra_migrate_targets) provision-oauth2 +provision-database: $(DOCKER_COMPOSE_RUN) lms bash -c "dockerize -wait tcp://mysql:3306 -timeout 20s && bash /openedx/config/provision.sh" -oauth2: +provision-oauth2: $(DOCKER_COMPOSE_RUN) lms /openedx/config/oauth2.sh migrate-openedx: