Skip to content

Commit

Permalink
Merge pull request #463 from umts/credentials
Browse files Browse the repository at this point in the history
Credentials
  • Loading branch information
dirschn authored Nov 2, 2022
2 parents 2cab80a + f8333df commit deb424f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.DS_Store

# Ignore application configuration
/config/credentials/production.key
/config/application.yml
/config/database.yml

Expand Down
1 change: 1 addition & 0 deletions config/credentials/production.yml.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UkA00Eie7fXg8oiwhk4r3b1iEbMSAiekgZGszpEW4gPQ9EhV9s6OFxbZ37ri6GVfXMi9uwmSJbGkcGFoABmfUOYpIt+sbI+QzHIdWQ64cvHqVZR3bMwW+NAM2Qsg448UpGdKUzIUEi9TcrUJ5BKa7zljif7uBRywcZlSIxX0bYEYW1O8grxPCHamBMxM+RtDnO+LQVXLSFxa--rAIn70Sae683U31i--I1n2jdz7J+5rb1PsDF/W9Q==
3 changes: 2 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

append :linked_files,
'config/application.yml',
'config/database.yml'
'config/database.yml',
'config/credentials/production.key'

append :linked_dirs, '.bundle', 'log', 'node_modules'

Expand Down
1 change: 0 additions & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
ssh_options: { forward_agent: false }

set :bundle_env_variables, { 'NOKOGIRI_USE_SYSTEM_LIBRARIES' => 1 }
set :default_env, { 'SECRET_KEY_BASE' => 'NOT_A_REAL_SECRET_AND_THATS_OK' }
22 changes: 0 additions & 22 deletions config/secrets.yml

This file was deleted.

0 comments on commit deb424f

Please sign in to comment.