Skip to content

Commit

Permalink
Use a 'button' branch for deployable tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
xyu committed Jul 5, 2018
1 parent cddd5a2 commit 97e0343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Spin Up a Demo

Want to give it a try first? Deploy a demo to your account:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/xyu/heroku-wp/tree/add/heroku-btn)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/xyu/heroku-wp/tree/button)

_For production setups it's highly recommended to follow the instructions below to properly install and version control with your own repo._

Expand Down
2 changes: 1 addition & 1 deletion bin/init.sh
Expand Up @@ -52,7 +52,7 @@ curl -n \
"name": "'$1'"
},
"source_blob": {
"url": "https://github.com/xyu/heroku-wp/tarball/add/heroku-btn"
"url": "https://github.com/xyu/heroku-wp/tarball/button"
}
}' >/dev/null 2>&1 && sleep 10

Expand Down

0 comments on commit 97e0343

Please sign in to comment.