Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
new shipit secrets
Browse files Browse the repository at this point in the history
dwradcliffe committed Jul 6, 2015
1 parent 75a730a commit dc5633b
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -325,7 +325,7 @@ GRAPH
rubygems (>= 0.0.0)
sensu (= 2.1.0)
uchiwa (= 1.0.0)
rubygems-shipit (0.0.48)
rubygems-shipit (0.0.50)
apt (>= 0.0.0)
git (>= 0.0.0)
logrotate (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-shipit/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-shipit'

version '0.0.48'
version '0.0.50'

depends 'apt'
depends 'git'
10 changes: 5 additions & 5 deletions cookbooks/rubygems-shipit/templates/default/secrets.yml.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
production:
secret_key_base: <%= @secret_key_base %>
redis_url: "<%= @redis_url %>"
github_credentials:
github_api:
access_token: <%= @github_credentials['access_token'] %>
github_oauth:
id: "<%= @auth_keys['github_client_id'] %>"
secret: "<%= @auth_keys['github_client_secret'] %>"
team: 'rubygems/deployers'
host: '<%= @hostname %>'
env:
HOME: '<%= @home_dir %>/'
github:
key: "<%= @auth_keys['github_client_id'] %>"
secret: "<%= @auth_keys['github_client_secret'] %>"
team: 'rubygems/deployers'

0 comments on commit dc5633b

Please sign in to comment.