Skip to content

Commit

Permalink
Prefix the heroku app with the name of the vendor-project
Browse files Browse the repository at this point in the history
To prevent clashes with other heroku apps names
  • Loading branch information
hgraca committed Jun 15, 2018
1 parent da0a84e commit 2021250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$#" == '0' ] || [ "$#" -gt "2" ] || [ "$1" == "--help" ] || [ "$1" == "-h
fi

STAGE=${1} # 'staging'|'production'
APP_NAME=${2} # ${SCRUTINIZER_BRANCH}
APP_NAME="acme-app-${2}" # acme-app-${SCRUTINIZER_BRANCH}
PIPELINE='ppln-explicit-arch-php-sfn'
PRODUCTION_IMAGE='hgraca/explicit-architecture:app.sfn.prd'

Expand Down

0 comments on commit 2021250

Please sign in to comment.