Update README.md
This commit is contained in:
Родитель
43957635d2
Коммит
28371b7326
10
README.md
10
README.md
|
@ -1,9 +1,17 @@
|
|||
# salesforce-dx-pipeline-sample
|
||||
|
||||
Using this sample app and the resources in this repo, you can setup a Heroku Pipeline to drive CI / CD with Salesforce DX. This sample uses the [salesforce-dx-buildpack](https://github.com/wadewegner/salesforce-dx-buildpack) and the [salesforce-cli-buildpack](https://github.com/wadewegner/salesforce-cli-buildpack).
|
||||
Using this sample app and the resources in this repo, you can setup a Heroku Pipeline to drive CI / CD for Salesforce DX. This sample uses the [salesforce-dx-buildpack](https://github.com/wadewegner/salesforce-dx-buildpack) and the [salesforce-cli-buildpack](https://github.com/wadewegner/salesforce-cli-buildpack).
|
||||
|
||||
![image](https://user-images.githubusercontent.com/746259/36068129-5c8a19b2-0e82-11e8-96b5-a9fed295a33d.png)
|
||||
|
||||
To make any Salesforce DX app work with Heroku Pipelines using this method, you only need two things:
|
||||
|
||||
1. Create a `app.json` file.
|
||||
|
||||
2. Create a `.salesforcedx.yml` file.
|
||||
|
||||
That's it. The buildpacks will do the rest.
|
||||
|
||||
## Setup
|
||||
|
||||
1. Install the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).
|
||||
|
|
Загрузка…
Ссылка в новой задаче