Sha256: 4d69b59082dea01d20d499cd81a6ae866e98307c86623b2cd7803b04dff9aaea

Contents?: true

Size: 249 Bytes

Versions: 120

Compression:

Stored size: 249 Bytes

Contents

#!/bin/sh

# Run this script to deploy the app to Heroku.

set -e

branch="$(git symbolic-ref HEAD --short)"
target="${1:-staging}"

git push "$target" "$branch:master"
heroku run rake db:migrate --remote "$target"
heroku restart --remote "$target"

Version data entries

120 entries across 120 versions & 11 rubygems

Version Path
slining-1.7.0 templates/bin_deploy
slining-1.6.0 templates/bin_deploy
onotole-2.0.2 templates/bin_deploy
onotole-2.0.1 templates/bin_deploy
onotole-2.0.0 templates/bin_deploy
cosmit-suspenders-1.36.13 templates/bin_deploy
cosmit-suspenders-1.36.12 templates/bin_deploy
cosmit-suspenders-1.36.11 templates/bin_deploy
cosmit-suspenders-1.36.3 templates/bin_deploy
cosmit-suspenders-1.36.2 templates/bin_deploy
cosmit-suspenders-1.36.1 templates/bin_deploy
cosmit-suspenders-1.36.0 templates/bin_deploy
onotole-1.2.11 templates/bin_deploy
onotole-1.2.10 templates/bin_deploy
onotole-1.2.9 templates/bin_deploy
onotole-1.2.8 templates/bin_deploy
onotole-1.2.7 templates/bin_deploy
onotole-1.2.6 templates/bin_deploy
onotole-1.2.5 templates/bin_deploy
onotole-1.2.4 templates/bin_deploy