Sha256: a3d25e7d59c69f79b17efe471ef6c7604e31a22d00ff0ee576dad749fa659ff3

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 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"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
suspenders-20230113.0 templates/bin_deploy
suspenders-1.56.1 templates/bin_deploy
suspenders-1.55.1 templates/bin_deploy
suspenders-1.55.0 templates/bin_deploy
suspenders-1.54.1 templates/bin_deploy
suspenders-1.54.0 templates/bin_deploy