Update heroku.php

This commit is contained in:
BingoKingo
2020-02-24 15:55:38 +08:00
committed by GitHub
parent 57e0e1a64b
commit 9070ea858c
+1 -1
View File
@@ -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);
} }