Update heroku.php
parent
57e0e1a64b
commit
9070ea858c
|
@ -337,7 +337,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/BingoKingo/Tfo/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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue