Update update instructions
This commit is contained in:
parent
df87b32782
commit
2dc072cab9
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,11 @@ drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @te
|
|||
### Get updates
|
||||
|
||||
```
|
||||
git pull
|
||||
git submodule update --recursive --remote
|
||||
composer install
|
||||
drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @test @self && drush -y updb
|
||||
drush cim -y
|
||||
```
|
||||
|
||||
## Theming
|
||||
|
@ -45,7 +49,7 @@ Set up [drutopia_host](https://gitlab.com/drutopia-platform/drutopia_host) and [
|
|||
|
||||
Then use [ahoy](https://github.com/ahoy-cli/ahoy/), from within the hosting_private directory.
|
||||
|
||||
If Agaric's Drutopia PaaS base has changed (the composer.lock in this directory), produce and push a new build:
|
||||
If Agaric's Drutopia PaaS base has changed (the composer.lock in this directory), produce and push a new build:
|
||||
|
||||
```
|
||||
ahoy deploy-build agaric
|
||||
|
|
Loading…
Reference in a new issue