From 4b4df9a51183f6b1e869e52b15524ebb95f193cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Thu, 12 Aug 2021 17:51:44 -0400 Subject: [PATCH] Update deployment instructions and how to reach them --- DEPLOYMENT.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 1b8077d..a208c83 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -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 diff --git a/README.md b/README.md index ee4b75f..e28c16d 100644 --- a/README.md +++ b/README.md @@ -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.