Skip to content

rgenerator/wfviw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WFVIW!?

What Fucking Version is Where!? keeps track of what's deployed, and where.

Running

bundle install
bundle exec ruby wfviw.rb

Adding Versions

Add something like following to your deployment script/hook/whatever:

curl -d 'environment=production&name=website&version=v0.2.1' http://localhost:4567/deploy

The following parameters are accepted

Required:

  • environment
  • name
  • version

Optional:

  • hostname
  • deployed_by

Other Ways to Track Deployments

Releases

No releases published

Packages

No packages published