Sha256: ca20604c94056733282676687cee017c8e42bad2aa2bb8665aad134afafac2fd

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

#!/usr/bin/env ruby

git_path = File.join(File.expand_path('../..', __FILE__), '.git')

if File.exist?(git_path)
  lib_path = File.expand_path('../../lib', __FILE__)
  $:.unshift(lib_path)
end

STDOUT.sync = true # Forces output after every line.

require 'eb_deployer'
EbDeployer.cli

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
man_eb_deployer-0.8.0 bin/eb_deploy
eb_deployer_updated-0.8.1 bin/eb_deploy