Sha256: 1a8e638a89d480cdc0a36e1a9fc5a99fabc2e4d202aeb4e2db511b9dbfc4fd53

Contents?: true

Size: 261 Bytes

Versions: 33

Compression:

Stored size: 261 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 --exit-code --remote "$target"
heroku restart --remote "$target"

Version data entries

33 entries across 33 versions & 6 rubygems

Version Path
welaika-suspenders-2.27.0 templates/bin_deploy
voyage-1.44.0.14 templates/bin_deploy
welaika-suspenders-2.26.0 templates/bin_deploy
voyage-1.44.0.13 templates/bin_deploy
voyage-1.44.0.11 templates/bin_deploy
voyage-1.44.0.12 templates/bin_deploy
voyage-1.44.0.10 templates/bin_deploy
voyage-1.44.0.9 templates/bin_deploy
voyage-1.44.0.8 templates/bin_deploy
voyage-1.44.0.7 templates/bin_deploy
voyage-1.44.0.6 templates/bin_deploy
voyage-1.44.0.5 templates/bin_deploy
voyage-1.44.0.4 templates/bin_deploy
voyage-1.44.0.3 templates/bin_deploy
voyage-1.44.0.2 templates/bin_deploy
voyage-1.44.0.1 templates/bin_deploy
suspenders-1.44.0 templates/bin_deploy
armadura-0.1.2 templates/bin_deploy
suspenders-1.43.0 templates/bin_deploy
code42template-2.1.0 templates/bin_deploy