Skip to content

Commit

Permalink
Add logging to deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
thesecretmaster committed Mar 16, 2019
1 parent 481dd19 commit 56cccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/developer_controller.rb
Expand Up @@ -52,7 +52,7 @@ def deploy
message = commit['commit']['message']
sha = commit['sha'].first(7)

HTTParty.post('https://api.travis-ci.org/repo/19152912/requests', headers: {
redis_log HTTParty.post('https://api.travis-ci.org/repo/19152912/requests', headers: {
'Content-Type' => 'application/json',
'Accept' => 'application/json',
'Travis-API-Version' => '3',
Expand Down

0 comments on commit 56cccca

Please sign in to comment.