Skip to content

Commit

Permalink
Forces SSL when delivering payloads to kanbanery.com
Browse files Browse the repository at this point in the history
  • Loading branch information
yundt committed Aug 1, 2012
1 parent 0c208c9 commit f3b5172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/kanbanery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def receive_push
project_id = data['project_id']
token = data['project_token']

http_post "http://kanbanery.com/api/v1/projects/#{project_id}/git_commits",
http_post "https://kanbanery.com/api/v1/projects/#{project_id}/git_commits",
payload.to_json,
'X-Kanbanery-ProjectGitHubToken' => token,
'Content-Type' => 'application/json'
Expand Down

0 comments on commit f3b5172

Please sign in to comment.