Add debug output
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2020-10-14 16:34:26 +02:00
parent f3f6f0d7bc
commit 2194bf199e
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ async function uploadPackage(ctx: ABC.Context) {
const bucketPath = (bucketBase + relative).replace(/@/g, "§");
const body = await Deno.readAll(await Deno.open(file.path));
console.log("Put Object", bucketPath);
await bucket.putObject(bucketPath, body, {});
}
console.log("Setting new live version");