Sha256: bbb33aaa9e04e610af481609108f2148b38c7eeecef9d52eafc4ccfb3c3fb097
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 Bytes
Contents
module Deployinator module Helpers module <%= mustache_class %>Helpers def <%= stack %>_production_version # %x{curl http://my-app.com/version.txt} "1234567-abc" end def <%= stack %>_head_build # %x{git ls-remote -h http://www.github.com/name/repo.git origin/master | cut -c1-8.chomp "12345678" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems