Sha256: 34255ccc10d4882ce096ac0bfcb1b4232a8f49a354c137abc4517f92a83295f0
Contents?: true
Size: 538 Bytes
Versions: 2
Compression:
Stored size: 538 Bytes
Contents
server :vagrant, { :host => "localhost", :user => 'vagrant', :ssh => { :port => 2222, :password => 'vagrant' }, :installer => :apt } repo :profile, { :url => "https://github.com/joshglendenning/profile.git", :shared => 'tmp' } task :foo do sh "echo 'foo'" end task :foobar => :foo do sh "echo 'bar'" end task :install do repo_deploy :profile, "~/repo_test/profile" do ln_s './current', '/var/www/profile' end end task :broken => :foo do sh "notacommand" end task :sudo do sh "sudo echo 'this is a sudo echo'" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shaddox-0.0.30 | Doxfile |
shaddox-0.0.29 | Doxfile |