Start a stub deployment readme that's currently duplicative of regular README
This commit is contained in:
parent
b226ad9cd7
commit
5a3f27459b
1 changed files with 15 additions and 0 deletions
15
DEPLOYMENT.md
Normal file
15
DEPLOYMENT.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
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.
|
||||
|
||||
```
|
||||
ahoy git-pull-all
|
||||
ahoy deploy-build news
|
||||
ahoy deploy-site geo_live
|
||||
```
|
||||
|
||||
When you're absolutely certain and ready to do a force override quickly:
|
||||
|
||||
```
|
||||
ahoy deploy-build news && ahoy deploy-site-force geo_live
|
||||
```
|
Loading…
Add table
Reference in a new issue