File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ domain: bloggy.com
28
28
# OPTIONAL: Additional rubber file to pull config from if it exists. This file will
29
29
# also be pushed to remote host at Rubber.root/config/rubber/rubber-secret.yml
30
30
#
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'}"
32
32
33
33
# OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation"
34
34
# 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
You can’t perform that action at this time.
0 commit comments