1
0
Форкнуть 0
This commit is contained in:
Wade Wegner 2018-02-11 07:05:33 -08:00
Родитель 922e54dbdd
Коммит 952f811576
3 изменённых файлов: 0 добавлений и 25 удалений

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

@ -15,15 +15,7 @@
"url": "https://github.com/wadewegner/salesforce-cli-buildpack"
}, {
"url": "https://github.com/wadewegner/salesforce-dx-buildpack"
}, {
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}],
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"env": {
"DEV_HUB_SFDX_AUTH_URL": {
"required": true

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

@ -1,13 +0,0 @@
{
"name": "sampe-package",
"version": "0.0.1",
"description": "A sample package.json because it's required",
"engines": {
"node": "8.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/wadewegner/salesforce-dx-pipeline-sample"
},
"license": "ALv2"
}

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

@ -67,10 +67,6 @@ heroku buildpacks:add -i 2 https://github.com/wadewegner/salesforce-dx-buildpack
heroku buildpacks:add -i 2 https://github.com/wadewegner/salesforce-dx-buildpack -a $HEROKU_STAGING_APP_NAME
heroku buildpacks:add -i 2 https://github.com/wadewegner/salesforce-dx-buildpack -a $HEROKU_PROD_APP_NAME
heroku buildpacks:add -i 3 https://github.com/heroku/heroku-buildpack-nodejs -a $HEROKU_DEV_APP_NAME
heroku buildpacks:add -i 3 https://github.com/heroku/heroku-buildpack-nodejs -a $HEROKU_STAGING_APP_NAME
heroku buildpacks:add -i 3 https://github.com/heroku/heroku-buildpack-nodejs -a $HEROKU_PROD_APP_NAME
# Create Pipeline
# Valid stages: "test", "review", "development", "staging", "production"
heroku pipelines:create $HEROKU_PIPELINE_NAME -a $HEROKU_DEV_APP_NAME -s development -t $HEROKU_TEAM_NAME