load File.expand_path('../eye.cap', __FILE__)
namespace :deploy do
desc 'Restart your Eye application' task :restart do invoke 'eye:restart' end after :publishing, :restart
end
load File.expand_path('../eye.cap', __FILE__)
namespace :deploy do
desc 'Restart your Eye application' task :restart do invoke 'eye:restart' end after :publishing, :restart
end