Skip to content

pollosp/habitat-sinatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Important

  • This code is an example and may not work as you expect

Vars

  • export HAB_AUTH_TOKEN=(github token with GitHub authentication: user:email and read:org )
  • export HAB_ORIGIN=pollosp # your origin created in https://app.habitat.sh

Others

  • First time setup
    • hab setup
  • Enter into the studio
    • hab studio -k pollosp enter
  • Build execute build from the studio
  • Upload packge to the depot
    • hab pkg upload results/originname-sinatra-0.0.1-20170221175520-x86_64-linux.hart (your hart artifact)
  • Export to docker
    • hab pkg export docker pollosp/sinatra (your origin)/(your package)

Useful doc

Releases

No releases published

Packages

No packages published