Update heroku.php

pull/216/head
BingoKingo 2020-02-24 15:55:38 +08:00 committed by GitHub
parent 57e0e1a64b
commit 9070ea858c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
} }