Skip to content

Instantly share code, notes, and snippets.

@xuwei-k
Last active July 29, 2024 23:43
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 [email protected]: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