20 lines
516 B
Markdown
20 lines
516 B
Markdown
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.
|
|
|
|
```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
|
|
```
|
|
|
|
When you're absolutely certain and ready to do a force override quickly:
|
|
|
|
```
|
|
just deploy-build-and-site-force test news geo_test
|
|
```
|
|
|
|
And same for `_live` of course.
|