Skip to content

Commit 172e5a9

Browse files
committed
Revert "names deployment example"
This reverts commit 3c18417.
1 parent 3c18417 commit 172e5a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/deploy-heroku.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ deploy_remote="${DEPLOY_REMOTE:-heroku}"
55
deploy_branch="${DEPLOY_BRANCH:-master}"
66

77
deploy() {
8-
git push -f "$deploy_remote" "$branch_name:$deploy_branch"
8+
git push -f "$deploy_remote" "$branch_name:$deploy_branch"
99
}
1010

1111
. "$(dirname $0)/build-branch.sh"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "deployment-example2",
2+
"name": "__BONES_NEEDS_A_NAME__",
33
"version": "0.0.1",
44
"description": "A happy little skeleton.",
55
"main": "index.js",

0 commit comments

Comments
 (0)