Sha256: 483dd32b9cc5d5605f8c6c2ec759733121d44ed93d15eacb209742ba1153d495

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

#!/usr/bin/env ruby

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

if File.exists?(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
eb_deployer_updated-0.8.0 bin/eb_deploy
eb_deployer-0.7.0 bin/eb_deploy