Skip to content

Commit

Permalink
Fixed aws secret vault path
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Jun 1, 2017
1 parent 354e04d commit d36f460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ meta:
channel: "#spruce"

aws:
access_key: (( vault "secret/pipelines/spruce/aws:key" ))
secret_key: (( vault "secret/pipelines/spruce/aws:secret" ))
access_key: (( vault "secret/aws/cfcommunity:access" ))
secret_key: (( vault "secret/aws/cfcommunity:secret" ))
bucket: spruce-release-pipeline

name: spruce-release
Expand Down

0 comments on commit d36f460

Please sign in to comment.