Update heroku.php

pull/98/head
Mr.Lin 2020-03-03 12:40:24 +08:00 committed by GitHub
parent 2021624759
commit 3fb92131eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ function setHerokuConfig($env, $function_name, $apikey)
function updateHerokuapp($function_name, $apikey)
{
$tmp['source_blob']['url'] = 'https://github.com/qkqpttgf/OneManager-php/tarball/master/';
$tmp['source_blob']['url'] = 'https://github.com/ldxw/OneManager-php/tarball/master/';
$data = json_encode($tmp);
return HerokuAPI('POST', 'https://api.heroku.com/apps/' . $function_name . '/builds', $data, $apikey);
}