Add key steps to deployment while generously displaying my ignorance
This commit is contained in:
parent
2db52db7a1
commit
75f3281e50
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue