Add one required deploy step but now the following doesn't work

This commit is contained in:
benjamin melançon 2025-07-14 07:49:11 -04:00
parent cea13f85ec
commit 65c9398407
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ Make sure all your code is pushed, including an updated composer.lock file if yo
```shell ```shell
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/ cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/
just git-pull-all just git-pull-all
just docker-build
just docker just docker
just deploy-build test news just deploy-build test news
just deploy-site test geo_test just deploy-site test geo_test

View file

@ -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 existing and future Drutopia features. We will be diverging from
Drutopia for special functionality, however. 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 ## Getting started