mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3188 from dhensby/patch-1
DOCS Explicitly exclude dev deps for deployment
This commit is contained in:
commit
c05030d513
@ -107,7 +107,7 @@ So, your deployment process, as it relates to Composer, should be as follows:
|
||||
* Run `composer update` on your development version before you start whatever testing you have planned. Perform all the necessary testing.
|
||||
* Check `composer.lock` into your repository.
|
||||
* Deploy your project code base, using the deployment tool of your choice.
|
||||
* Run `composer install` on your production version.
|
||||
* Run `composer install --no-dev -o` on your production version.
|
||||
|
||||
# Dev Environments for Contributing Code {#contributing}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user