项目作者: odk211

项目描述 :
高级语言: Shell
项目地址: git://github.com/odk211/step-heroku-platform-api-deploy.git
创建时间: 2017-09-13T09:24:01Z
项目社区:https://github.com/odk211/step-heroku-platform-api-deploy

开源协议:MIT License

下载


step-heroku-platform-api-deploy

wercker status

Deploy to Heroku like wercker/step-heroku-deploy, but this step use Heroku Platform API instead of heroku toolbelt.
This step do not support run option. If you want to run a command on heroku after deployment, use Heroku Release Phase.

Options:

  • key (required) Heroku API Key.
  • app-name (required) Heroku application name.
  • version (optional) Heroku application version for this deployment. Default ${WERCKER_GIT_COMMIT}.
  • source-blob (optional) Path to the source archive.
    If left empty, the archive created by git archive --format=tar.gz -o source-blob.tar.gz HEAD is used.

Example

  1. deploy:
  2. steps:
  3. - odk211/heroku-platform-api-deploy:
  4. key: ${HEROKU_KEY}
  5. app-name: ${HEROKU_APP_NAME}