Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

gitbucket/gitbucket.herokuapp.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket.herokuapp.com

This project stores the definition of the official demo version of gitbucket available at : http://gitbucket.herokuapp.com/

All plugins available at http://gitbucket.herokuapp.com/ are plugins coming from the official gitbucket organization.

You can also have a look at the community site http://gitbucket-community.herokuapp.com/ which holds all known plugins maintained by the gitbucket users & community.


The rest of this README is for maintainers of this project.

How to deploy

The herokuapp update itself using the content of the github project. Thus on push, it will autiomatically redeploy with the new content.

Update to a new version of gitbucket

  • change in update.sh the version of gitbucket (use the tag value) for example from GITBUCKET_VERSION=4.4 to GITBUCKET_VERSION=4.5
  • run ./update.sh
  • commit & push the changes