Put ahoy deploy steps into block; add notes on git merge/rebase
This commit is contained in:
parent
ac1ca32288
commit
b64d381d1f
3 changed files with 29 additions and 1 deletions
|
@ -55,6 +55,22 @@ ahoy deploy-build next
|
|||
ahoy deploy-site example_test
|
||||
```
|
||||
|
||||
## Putting it all together
|
||||
|
||||
```bash
|
||||
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private
|
||||
ahoy git-pull-all
|
||||
ahoy deploy-build next
|
||||
ahoy deploy-site example_live
|
||||
```
|
||||
|
||||
## If you need to override site configuration:
|
||||
|
||||
```bash
|
||||
ahoy deploy-site-force example_test
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Bonus: Keep Drutopia builds with similar available modules
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue