Update deployment instructions and how to reach them
This commit is contained in:
parent
8d28f0be49
commit
4b4df9a511
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
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 git-pull-all
|
||||||
ahoy deploy-build news
|
ahoy deploy-build news
|
||||||
ahoy deploy-site geo_live
|
ahoy deploy-site geo_live
|
||||||
|
|
|
@ -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
|
existing and future Drutopia features. We will be diverging from
|
||||||
Drutopia for special functionality, however.
|
Drutopia for special functionality, however.
|
||||||
|
|
||||||
|
See [DEPLOYMENT.md](DEPLOYMENT.md) for easy deploy instructions with Ahoy.
|
||||||
|
|
||||||
## Temporary upgrade notes
|
## 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.
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue