Skip to content

Commit b1f0d94

Browse files
committed
Enabling secure cred storage using ~/.ec2/rubber-secret.yml
1 parent d71b25d commit b1f0d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rubber/rubber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ domain: bloggy.com
2828
# OPTIONAL: Additional rubber file to pull config from if it exists. This file will
2929
# also be pushed to remote host at Rubber.root/config/rubber/rubber-secret.yml
3030
#
31-
# rubber_secret: "#{File.expand_path('~') + '/.ec2' + (Rubber.env == 'production' ? '' : '_dev') + '/rubber-secret.yml' rescue 'rubber-secret.yml'}"
31+
rubber_secret: "#{File.expand_path('~') + '/.ec2' + (Rubber.env == 'production' ? '' : '_dev') + '/rubber-secret.yml' rescue 'rubber-secret.yml'}"
3232

3333
# OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation"
3434
# Not that much better when stored in here, but you could use a ruby snippet in here to fetch it from a key server or something

0 commit comments

Comments
 (0)