Skip to content

Commit

Permalink
moved to new environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dazz committed Oct 7, 2013
1 parent 03853fe commit e9ef94f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set :application, "cbag3"
set :application, "artefact"
#set :domain, "10.0.1.12"
set :domain, "#{application}.c-base.org"
set :deploy_to, "/opt/cbag3"
set :app_path, "app"
Expand All @@ -10,8 +11,7 @@
#set :composer_options, "--verbose --prefer-dist"
set :dump_assetic_assets, true

set :repository, "git@bitbucket.org:dazs/cbag3.git"
#set :repository, "git@dev.c-base.org:cbag3/cbag3.git"
set :repository, "git@github.com:c-base/cbag3.git"
set :scm, :git

set :shared_files, ["app/config/parameters.yml"]
Expand Down Expand Up @@ -48,6 +48,6 @@
end
end

before "deploy", "cbag3:backup_mongo"
#before "deploy", "cbag3:backup_mongo"
after "deploy", "symfony:install_mopa_bootstrap"
after "deploy", "symfony:asset_dump"

0 comments on commit e9ef94f

Please sign in to comment.