diff --git a/scripts/deploy b/scripts/deploy index 011e8ab3..ac8393a7 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -110,7 +110,7 @@ const build = async () => { await map(images, image => { LOG(`${figures.arrowRight} build.push ${image}`); - return execa('docker', ['push', `${image}}`], { + return execa('docker', ['push', `${image}`], { stdio: 'inherit' }); });