Sha256: 89fe3100a9a8691e0ce4e8a405d9cf7597f547936b2285bef07cb6b2c04ec432
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
module ORS::Commands class Exec < Base def execute info "executing command for #{name} #{environment}..." execute_command migration_server, %(source ~/.rvm/scripts/rvm), %(cd #{deploy_directory}), %(bundle exec #{ENV["COMMAND"]}) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ors-0.0.8 | lib/ors/commands/exec.rb |