Sha256: 6a2a2206fcd7c209650e5ef7b4f312773402b864484f12624c2d76a06801fb8a

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 Bytes

Contents

# Heroku plugin
#
# A tool for managing continuous deployment from Travis to Heroku.

# Load Heroku config
source ~/.dots/config/heroku.zsh

# Secure your API key on Travis, so it can be uploaded to CI and
# used to deploy your Heroku app.
function secure_api_key() {
  travis encrypt $1 HEROKU_API_KEY=$HEROKU_API_KEY
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zsh_dots-0.6.5 lib/plugins/heroku/heroku.plugin.zsh
zsh_dots-0.6.3 lib/plugins/heroku/heroku.plugin.zsh
zsh_dots-0.6.2 lib/plugins/heroku/heroku.plugin.zsh
zsh_dots-0.6.0 lib/plugins/heroku/heroku.plugin.zsh