Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
#!/usr/bin/env ruby require 'rubygems' gem 'fssm' require 'fssm' monitor = FSSM::Monitor.new monitor.path '/path/to/deployment', '.revision' do update do |base, relative| # execute system commands here like that `cd /path/to/deployment; rake test` end end monitor.run
This paste will be private.
From the Design Piracy series on my blog: