This commit is contained in:
Leandro Facchinetti 2020-03-20 00:46:52 -04:00
parent 7fae266f6f
commit 1be978eee5
1 changed files with 4 additions and 1 deletions

View File

@ -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"
}