mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-06-02 01:31:01 +00:00
Purged git history and removed sensitive information.
This commit is contained in:
commit
6bcc8dc76b
862 changed files with 25312 additions and 0 deletions
10
config/deploy/production.rb
Normal file
10
config/deploy/production.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
set :branch, 'master'
|
||||
set :rails_env, 'production'
|
||||
|
||||
role :app, %w{deploy@ensl.org}
|
||||
role :web, %w{deploy@ensl.org}
|
||||
role :db, %w{deploy@ensl.org}
|
||||
|
||||
set :deploy_to, '/var/www/virtual/ensl.org/deploy'
|
||||
|
||||
server 'ensl.org', user: 'deploy', roles: %w{web app}
|
10
config/deploy/staging.rb
Normal file
10
config/deploy/staging.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
set :branch, 'develop'
|
||||
set :rails_env, 'staging'
|
||||
|
||||
role :app, %w{deploy@staging.ensl.org}
|
||||
role :web, %w{deploy@staging.ensl.org}
|
||||
role :db, %w{deploy@staging.ensl.org}
|
||||
|
||||
set :deploy_to, '/var/www/virtual/ensl.org/deploy'
|
||||
|
||||
server 'staging.ensl.org', user: 'deploy', roles: %w{web app}
|
Loading…
Add table
Add a link
Reference in a new issue