From 65c93984078c080289a9b8ff872a01b7063fb15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 14 Jul 2025 07:49:11 -0400 Subject: [PATCH] Add one required deploy step but now the following doesn't work --- DEPLOYMENT.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index a991491..602be0f 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -5,6 +5,7 @@ Make sure all your code is pushed, including an updated composer.lock file if yo ```shell cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/ just git-pull-all +just docker-build just docker just deploy-build test news just deploy-site test geo_test diff --git a/README.md b/README.md index f667e81..fb39d37 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project is based on Drutopia, which means it is compatible with existing and future Drutopia features. We will be diverging from Drutopia for special functionality, however. -See [DEPLOYMENT.md](DEPLOYMENT.md) for easy deploy instructions with Ahoy. +See [DEPLOYMENT.md](DEPLOYMENT.md) for easy deploy instructions with Just. ## Getting started