Elaborate on deployment steps
This commit is contained in:
parent
db0a741981
commit
95651134c5
1 changed files with 7 additions and 0 deletions
|
@ -60,7 +60,14 @@ ahoy deploy-build agaric
|
||||||
To deploy everything else (config, templates, styles):
|
To deploy everything else (config, templates, styles):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
ahoy git-pull-all
|
||||||
ahoy deploy-site agaric_live
|
ahoy deploy-site agaric_live
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then record the deployment by:
|
||||||
|
navigating 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`
|
||||||
|
|
||||||
If you need to overwrite live configuration (only after confirming you've committed any parts you want to keep) you can use ahoy for that too with `deploy-site-force`.
|
If you need to overwrite live configuration (only after confirming you've committed any parts you want to keep) you can use ahoy for that too with `deploy-site-force`.
|
||||||
|
|
Loading…
Reference in a new issue