Skip to content

AccountAim/dokku-gitversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokku-gitversion

Sets an APP_VERSION config string for git deploys. The format of the version string is $deploy_branch.$updated_at. Where $updated_at is the seconds from Epoch of the last commit to the deploy branch.

If the deploy branch represents a version ending with a .x suffix e.g. 1.1.x, the .x will be substituted with $updated_at.

Installation

sudo dokku plugin:install https://github.com/AccountAim/dokku-gitversion.git

About

Dokku plugin to set APP_VERSION for a Git deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages