Skip to content

Commit 2021250

Browse files
committed
Prefix the heroku app with the name of the vendor-project
To prevent clashes with other heroku apps names
1 parent da0a84e commit 2021250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$#" == '0' ] || [ "$#" -gt "2" ] || [ "$1" == "--help" ] || [ "$1" == "-h
1313
fi
1414

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

0 commit comments

Comments
 (0)