1
0
Форкнуть 0

Merge branch 'master' of github.com:wadewegner/salesforce-dx-pipeline-sample

This commit is contained in:
Wade Wegner 2018-02-11 05:42:00 -08:00
Родитель b6a0e513af 18743b00af
Коммит 870dace767
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -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).