From 1be978eee5e98c6f7114ff6ad1b319d2c94d0a3b Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Fri, 20 Mar 2020 00:46:52 -0400 Subject: [PATCH] . --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 268d8d3..76c59f8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,10 @@ "ref": "origin/master", "repo": "git@github.com:leafac/www.kill-the-newsletter.com.git", "path": "/root/www.kill-the-newsletter.com", - "ssh_options": "ForwardAgent=yes", + "ssh_options": [ + "ForwardAgent=yes", + "StrictHostKeyChecking=no" + ], "env": { "NODE_ENV": "production" }