From 75f3281e5022b37d9a53d87d8917f7d3651ba002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 14 Jul 2025 13:53:03 -0400 Subject: [PATCH] Add key steps to deployment while generously displaying my ignorance --- DEPLOYMENT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 602be0f..b7d76c5 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -2,11 +2,14 @@ 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. +NOTE: What 1000 is depends on what your user or group or something is. + ```shell cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/ just git-pull-all -just docker-build +just docker-build 1000 just docker +cd hosting_private/ just deploy-build test news just deploy-site test geo_test ```