Update deployment instructions and how to reach them

This commit is contained in:
benjamin melançon 2021-08-12 17:51:44 -04:00
parent 8d28f0be49
commit 4b4df9a511
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ 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.
```
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private/
ahoy git-pull-all
ahoy deploy-build news
ahoy deploy-site geo_live

View file

@ -4,6 +4,8 @@ This project is based on Drutopia, which means it is compatible with
existing and future Drutopia features. We will be diverging from
Drutopia for special functionality, however.
See [DEPLOYMENT.md](DEPLOYMENT.md) for easy deploy instructions with Ahoy.
## Temporary upgrade notes
There's an error in the update hooks about url alias table not found, but confirmed that all the entries in `old_5ebc14_url_alias` also exist in the new `path_alias` table, so whatever happened there, nothing is lost in the upgrade.