From d9d5e6be4eb5f9cb95f79400a4798f01d60f6e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 19 Jun 2017 16:15:18 +0100 Subject: [PATCH] build: --yes when creating a triton profile --- scripts/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });