From 6470c5dd2de8754f8840d0a39d56bbfe1a37115b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 9 May 2025 15:28:56 -0400 Subject: [PATCH] Document new deployment approach --- DEPLOYMENT.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 6e089c6..a991491 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -1,18 +1,19 @@ -Set up +Set up Make sure all your code is pushed, including an updated composer.lock file if you've made any changes to modules, themes, or libraries brought in that way. -``` +```shell cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/ -ahoy git-pull-all -ahoy deploy-build news -ahoy deploy-site geo_test +just git-pull-all +just docker +just deploy-build test news +just deploy-site test geo_test ``` When you're absolutely certain and ready to do a force override quickly: ``` -ahoy deploy-build news && ahoy deploy-site-force geo_test +just deploy-build-and-site-force test news geo_test ``` And same for `_live` of course.