Tweak README for deployments
This commit is contained in:
parent
474ca14f5f
commit
5bb006e2db
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -55,6 +55,12 @@ 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.
|
||||
|
||||
Ensure all three related repositories are up-to-date with:
|
||||
|
||||
```
|
||||
ahoy git-pull-all
|
||||
```
|
||||
|
||||
If Agaric's Drutopia PaaS base has changed (the composer.lock in this directory), produce and push a new build:
|
||||
|
||||
```
|
||||
|
@ -64,12 +70,11 @@ ahoy deploy-build agaric
|
|||
To deploy everything else (config, templates, styles):
|
||||
|
||||
```
|
||||
ahoy git-pull-all
|
||||
ahoy deploy-site agaric_live
|
||||
```
|
||||
|
||||
Then record the deployment by:
|
||||
navigating to `/drutopia_host/build/artifacts`
|
||||
Then record the deployment. This applies to both deploy-site and deploy-build record keeping:
|
||||
Navigate to `/drutopia_host/build/artifacts`
|
||||
Add all new files generated with `git add . `
|
||||
Commit the files with a message on what you deployed with 'git commit -m '
|
||||
Push the changes to the repo with `git push`
|
||||
|
|
Loading…
Reference in a new issue