From 3d4a32377651a13575ce6da84875af764fdbe339 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 3 Aug 2005 15:02:31 +0000 Subject: Add integration with SwitchTower (rake tasks, default deploy.rb recipe) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1968 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/bin/switchtower | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 railties/bin/switchtower (limited to 'railties/bin/switchtower') diff --git a/railties/bin/switchtower b/railties/bin/switchtower new file mode 100644 index 0000000000..741be775cc --- /dev/null +++ b/railties/bin/switchtower @@ -0,0 +1,4 @@ +#!/usr/local/bin/ruby +if not system "switchtower #{ARGV.join(" ")}" + abort "Could not execute switchtower. Is it installed?" +end -- cgit v1.2.3