Fix indentation...take two. Add post-live tasks
This commit is contained in:
parent
c93d010a27
commit
0261233e2e
1 changed files with 22 additions and 12 deletions
10
README.md
10
README.md
|
@ -81,3 +81,13 @@ ddev . drush mim --group="migrate_drupal_7_geo"
|
|||
- `ahoy deploy-site geo_live`
|
||||
1. Return to the server (`ssh geo_live@drutopia.org`) and run the migration:
|
||||
- `drush mim --group="migrate_drupal_7_geo"`
|
||||
|
||||
## Post go-live tasks
|
||||
|
||||
1. Remove all d7 files: `rm -rf site/d7` and `rm geo_legacy.sql`, etc.
|
||||
1. Change the site settings in hosting:
|
||||
- config_import -> True
|
||||
- php_settings_code -> blank
|
||||
1. Change the news build settings in hosting:
|
||||
- remove custom build commands (i.e. sed)
|
||||
1. At this point, the deploy should be typical (deploy-build/deploy-site as normal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue