Skip to content

Commit

Permalink
update: Repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Jan 26, 2012
1 parent 22ced09 commit aed0239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/deploy.rb
@@ -1,15 +1,15 @@
set :application, "ot-crew"
set :repository, "git@github.com:gf3/ot-crew.com.git"
set :repository, "git@github.com:jquery-ot/ot-crew.com.git"
set :deploy_to, "/data/www/ot-crew.com"
set :scm, :git
set :user, :gianni

set :use_sudo, false

role :web, "192.168.10.10" # Your HTTP server, Apache/etc
role :app, "192.168.10.10" # This may be the same as your `Web` server
role :web, "192.168.10.10"
role :app, "192.168.10.10"

after :deploy, "deploy:npm"
# after :deploy, "deploy:npm"

namespace :deploy do
task :restart, roles: :app, except: { :no_release => true } do
Expand Down

0 comments on commit aed0239

Please sign in to comment.