ディレクトリです

config/deploy/test.rb
-作業サーバの設定を行う
config/deploy.rb
-capistranoデフォルトタスクの消去
-タスク「ソースコードの取得」の定義
-タスク「ビルドとアーカイビング・パッケージング」の定義
-タスク「アプリケーションのビルドとインストール」「アプリケーションの起動と停止の定義」
うおーrubyの文法忘れた~
deploy.rb
framework_tasks = [:starting, :started, :updating, :updated, :publishing, :published, :finishing, :finished]
framework_tasks.each do |t|
Rake::Task["deploy:#{t}"].clear
end
Rake::Task[:deploy].clear