15 lines
382 B
Markdown
15 lines
382 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.
|
|
|
|
```
|
|
ahoy git-pull-all
|
|
ahoy deploy-build news
|
|
ahoy deploy-site geo_live
|
|
```
|
|
|
|
When you're absolutely certain and ready to do a force override quickly:
|
|
|
|
```
|
|
ahoy deploy-build news && ahoy deploy-site-force geo_live
|
|
```
|