Document new deployment approach
This commit is contained in:
parent
70fffb988d
commit
6470c5dd2d
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
|||
Set up
|
||||
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/
|
||||
ahoy git-pull-all
|
||||
ahoy deploy-build news
|
||||
ahoy deploy-site geo_test
|
||||
just git-pull-all
|
||||
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:
|
||||
|
||||
```
|
||||
ahoy deploy-build news && ahoy deploy-site-force geo_test
|
||||
just deploy-build-and-site-force test news geo_test
|
||||
```
|
||||
|
||||
And same for `_live` of course.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue