From bbd9ba1312a6590887d5f1715f883197729933d4 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Wed, 13 May 2026 15:14:16 -0700 Subject: [PATCH] Remove deployed deploy step. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 292efc9c99..2ea35acff6 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ migrate: # 4) Remove the management command from this `deploy-migrate` recipe # 5) Repeat! deploy-migrate: - python contentcuration/manage.py ensure_versioned_databases_exist & python contentcuration/manage.py create_channel_versions & wait + echo "Nothing to do here!" contentnodegc: python contentcuration/manage.py garbage_collect