This commit is contained in:
parent
7fae266f6f
commit
1be978eee5
|
@ -49,7 +49,10 @@
|
||||||
"ref": "origin/master",
|
"ref": "origin/master",
|
||||||
"repo": "git@github.com:leafac/www.kill-the-newsletter.com.git",
|
"repo": "git@github.com:leafac/www.kill-the-newsletter.com.git",
|
||||||
"path": "/root/www.kill-the-newsletter.com",
|
"path": "/root/www.kill-the-newsletter.com",
|
||||||
"ssh_options": "ForwardAgent=yes",
|
"ssh_options": [
|
||||||
|
"ForwardAgent=yes",
|
||||||
|
"StrictHostKeyChecking=no"
|
||||||
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"NODE_ENV": "production"
|
"NODE_ENV": "production"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue