Don't do live in the copy-paste instructions

This commit is contained in:
benjamin melançon 2021-08-12 17:53:35 -04:00
parent 4b4df9a511
commit 7420ecf564

View file

@ -6,11 +6,13 @@ Make sure all your code is pushed, including an updated composer.lock file if yo
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/
ahoy git-pull-all
ahoy deploy-build news
ahoy deploy-site geo_live
ahoy deploy-site geo_test
```
When you're absolutely certain and ready to do a force override quickly:
```
ahoy deploy-build news && ahoy deploy-site-force geo_live
ahoy deploy-build news && ahoy deploy-site-force geo_test
```
And same for `_live` of course.