diff --git a/scripts/deploy b/scripts/deploy index c19612e7..1f25cd06 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -31,7 +31,7 @@ const createTritonProfile = async () => { curr: true }); - const cp = execa('triton', ['profile', 'create', '-f', '-'], { + const cp = execa('triton', ['profile', 'create', '--yes', '-f', '-'], { input: payload });