We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c18417 commit 172e5a9Copy full SHA for 172e5a9
bin/deploy-heroku.sh
@@ -5,7 +5,7 @@ deploy_remote="${DEPLOY_REMOTE:-heroku}"
5
deploy_branch="${DEPLOY_BRANCH:-master}"
6
7
deploy() {
8
- git push -f "$deploy_remote" "$branch_name:$deploy_branch"
+ git push -f "$deploy_remote" "$branch_name:$deploy_branch"
9
}
10
11
. "$(dirname $0)/build-branch.sh"
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "deployment-example2",
+ "name": "__BONES_NEEDS_A_NAME__",
3
"version": "0.0.1",
4
"description": "A happy little skeleton.",
"main": "index.js",
0 commit comments