Sha256: c477f9d342512031d7bc80579c04736d7486ed09e55103236496c512d1b551e4

Contents?: true

Size: 262 Bytes

Versions: 26

Compression:

Stored size: 262 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 rails db:migrate --exit-code --remote "$target"
heroku restart --remote "$target"

Version data entries

26 entries across 26 versions & 4 rubygems

Version Path
underlay-2.0 templates/bin_deploy
suspenders-1.53.0 templates/bin_deploy
welaika-suspenders-2.32.2 templates/bin_deploy
welaika-suspenders-2.32.1 templates/bin_deploy
welaika-suspenders-2.32.0 templates/bin_deploy
suspenders-1.52.0 templates/bin_deploy
suspenders-1.51.0 templates/bin_deploy
underlay-1.52.1 templates/bin_deploy
welaika-suspenders-2.31.0 templates/bin_deploy
welaika-suspenders-2.30.0 templates/bin_deploy
bulldozer-1.6.3 templates/bin_deploy
bulldozer-1.6.2 templates/bin_deploy
bulldozer-1.6.1 templates/bin_deploy
bulldozer-1.6.0 templates/bin_deploy
underlay-1.50.1 templates/bin_deploy
suspenders-1.50.0 templates/bin_deploy
suspenders-1.49.0 templates/bin_deploy
welaika-suspenders-2.29.0 templates/bin_deploy
suspenders-1.48.0 templates/bin_deploy
welaika-suspenders-2.29.0.alpha.3 templates/bin_deploy