Last active
July 29, 2024 23:43
-
-
Save xuwei-k/cb522a5de712245e98dc to your computer and use it in GitHub Desktop.
deploy gitbucket to heroku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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