Skip to content

Commit

Permalink
capistrano-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
polimorfico committed Nov 15, 2010
1 parent a3a475d commit 5bfa66b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions capistrano.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
run "bundle install"
capify!

app_name = ask "\r\nnEnter the application name:"
server = ask "\r\nnEnter the servername or IP:"
git_repo = ask "\r\nnEnter the git repo URL, e.g. [email protected]:recrea/app.git :"
app_name = ask "\r\nEnter the application name:"
server = ask "\r\nEnter the servername or IP:"
git_repo = ask "\r\nEnter the git repo URL, e.g. [email protected]:recrea/app.git :"

file 'config/deploy.rb', <<-FILE
# Bundler Integration
Expand Down Expand Up @@ -48,4 +48,4 @@
end
FILE
git :add => '.'
git :commit => '-m "Capistrano"'
git :commit => '-m "capistrano"'

0 comments on commit 5bfa66b

Please sign in to comment.