Add one required deploy step but now the following doesn't work
This commit is contained in:
parent
cea13f85ec
commit
65c9398407
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue