Skip to content

Instantly share code, notes, and snippets.

@xuwei-k
Last active September 29, 2017 21:00
Show Gist options
  • Save xuwei-k/cb522a5de712245e98dc to your computer and use it in GitHub Desktop.
Save xuwei-k/cb522a5de712245e98dc to your computer and use it in GitHub Desktop.
deploy gitbucket to heroku
# https://github.com/gitbucket/gitbucket/releases から最新の gitbucket.war をダウンロードしてgitに登録
heroku buildpacks:set heroku buildpacks:set https://github.com/heroku/heroku-buildpack-jvm-common.git --app gitbucket
git push -f git@heroku.com:gitbucket.git master
web: java -Xmx768m -jar gitbucket.war --port="$PORT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment