1
0
Форкнуть 0
This commit is contained in:
Wade Wegner 2018-02-11 05:35:58 -08:00 коммит произвёл GitHub
Родитель 43957635d2
Коммит 28371b7326
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
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).