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