Update heroku.php

This commit is contained in:
Mr.Lin
2020-03-03 12:40:24 +08:00
committed by GitHub
parent 2021624759
commit 3fb92131eb
+1 -1
View File
@@ -353,7 +353,7 @@ function setHerokuConfig($env, $function_name, $apikey)
function updateHerokuapp($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); $data = json_encode($tmp);
return HerokuAPI('POST', 'https://api.heroku.com/apps/' . $function_name . '/builds', $data, $apikey); return HerokuAPI('POST', 'https://api.heroku.com/apps/' . $function_name . '/builds', $data, $apikey);
} }