2019-10-01 17:35:18 -04:00
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.
```
2021-08-12 17:51:44 -04:00
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/
2019-10-01 17:35:18 -04:00
ahoy git-pull-all
ahoy deploy-build news
2021-08-12 17:53:35 -04:00
ahoy deploy-site geo_test
2019-10-01 17:35:18 -04:00
```
When you're absolutely certain and ready to do a force override quickly:
```
2021-08-12 17:53:35 -04:00
ahoy deploy-build news & & ahoy deploy-site-force geo_test
2019-10-01 17:35:18 -04:00
```
2021-08-12 17:53:35 -04:00
And same for `_live` of course.