-
- Téléchargements
Update cap scripts to have separate staging and production environments, use bundler
parent
a6c1b5bf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- Gemfile 2 ajouts, 1 suppressionGemfile
- Gemfile.lock 3 ajouts, 0 suppressionGemfile.lock
- config/deploy.rb 29 ajouts, 15 suppressionsconfig/deploy.rb
- config/deploy/production.rb 11 ajouts, 0 suppressionconfig/deploy/production.rb
- config/deploy/staging.rb 11 ajouts, 0 suppressionconfig/deploy/staging.rb
- config/deploy_config.yml.example 9 ajouts, 0 suppressionconfig/deploy_config.yml.example
- config/environments/staging.rb 53 ajouts, 0 suppressionconfig/environments/staging.rb
... | ... | @@ -30,7 +30,8 @@ gem 'roxml', :git => 'git://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338 |
gem 'addressable', '2.2.2', :require => 'addressable/uri' | ||
gem 'json', '1.4.6' | ||
gem 'http_accept_language', :git => 'git://github.com/iain/http_accept_language.git', :ref => '0b78aa7849fc90cf9e12' | ||
gem 'capistrano', '2.5.19' | ||
gem 'capistrano', '2.5.19', :require => false | ||
gem 'capistrano-ext', '1.2.1', :require => false | ||
gem 'thin', '1.2.7', :require => false | ||
... | ... |
config/deploy/production.rb
0 → 100644
config/deploy/staging.rb
0 → 100644
config/environments/staging.rb
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter