Sha256: 453b0e10cc31c5c88442e077387cdb0295550832785c364c0c57b10a61eff519

Contents?: true

Size: 435 Bytes

Versions: 76

Compression:

Stored size: 435 Bytes

Contents

namespace :deploy do
  task :site => %w(site:upload rdoc:upload)
  
  desc 'Deploy on rubyforge'
  task :gem => %w(gem:upload_rubyforge deploy:site)
end
desc 'Deploy on all servers'
task :deploy => "deploy:gem"

def upload(file, to, options={})
  sh %{ssh macournoyer@code.macournoyer.com "rm -rf code.macournoyer.com/#{to}"} if options[:replace]
  sh %{scp -rq #{file} macournoyer@code.macournoyer.com:code.macournoyer.com/#{to}}
end

Version data entries

76 entries across 76 versions & 4 rubygems

Version Path
classiccms-0.3.4 vendor/bundle/gems/thin-1.3.1/tasks/deploy.rake
classiccms-0.3.3 vendor/bundle/gems/thin-1.3.1/tasks/deploy.rake
classiccms-0.3.2 vendor/bundle/gems/thin-1.3.1/tasks/deploy.rake
classiccms-0.3.1 vendor/bundle/gems/thin-1.3.1/tasks/deploy.rake
classiccms-0.3.0 vendor/bundle/gems/thin-1.3.1/tasks/deploy.rake
classiccms-0.2.4.pre vendor/bundle/gems/thin-1.3.1/tasks/deploy.rake
thin-1.3.1 tasks/deploy.rake
thin-1.3.0 tasks/deploy.rake
thin-1.2.11 tasks/deploy.rake
thin-1.2.11-x86-mswin32 tasks/deploy.rake
thin-1.2.11-x86-mingw32 tasks/deploy.rake
thin-1.2.10 tasks/deploy.rake
thin-1.2.10-x86-mswin32 tasks/deploy.rake
thin-1.2.10-x86-mingw32 tasks/deploy.rake
thin-1.2.9 tasks/deploy.rake
thin-1.2.9-x86-mswin32 tasks/deploy.rake
thin-1.2.9-x86-mingw32 tasks/deploy.rake
thin-1.2.8 tasks/deploy.rake
thin-1.2.8-x86-mswin32 tasks/deploy.rake
thin-1.2.8-x86-mingw32 tasks/deploy.rake