diff --git a/app/config/remote.php b/app/config/remote.php index 09965266..ea960e03 100644 --- a/app/config/remote.php +++ b/app/config/remote.php @@ -29,11 +29,12 @@ 'connections' => array( 'production' => array( - 'host' => '', - 'username' => '', - 'password' => '', - 'key' => '', - 'root' => '/var/www', + 'host' => '', + 'username' => '', + 'password' => '', + 'key' => '', + 'keyphrase' => '', + 'root' => '/var/www', ), ),