Skip to content

Commit 88cc9b3

Browse files
committed
Add encrypted credentials
1 parent 8da022a commit 88cc9b3

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030

3131
# Ignore simplecov coverage report
3232
/coverage
33+
34+
/config/master.key

config/credentials.yml.enc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v06g4L5370ws2l84uAwwWjVzFth5pYEZ/EJjI3/q71d9zYkq1JrHuCAAZh1fNzvbEd3m13n08m/CK+whQNBFSntoMKtTQ4gI6l4K3xWPLULR2UKZnIR7kQ0rTkO7PHtoMHvIS4GkEwkelbofvYoSwMuJElrKwZvtDB1c3GZotal5RYpMrvcaAd9/zCp7/6YvG5w/JDONe5sfhC8b3TWEaoAOagDOOxFv4kyn33uGKBJ5mqRB39nbp2SE8tkp9U2pORFFmlqGv96QyIh7dT0uzxCsY6K7AuZU6cmZ9wEuRmt7B0ejoL2iW6lk4hYAaP14mwif7VI0R+MM7MtnBZxOcALpwqvTaSuX1fmTbLxC2V79KCRbPY+ws3e8s6nW7FdHRR6HrRvBFrlttHhxLrCDRmVLwlN4--yc+eua1j1+T3zHL3--00tSaNKnHicurdZXqRzuRQ==

config/deploy.rb

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
set :passenger_restart_with_touch, true
3939

4040
set :linked_files, fetch(:linked_files, []).push(
41+
'config/master.key',
4142
'config/collections.yml',
4243
'config/database.yml',
4344
'config/depositors.yml',

0 commit comments

Comments
 (0)