Skip to content

Commit

Permalink
#1265 define backup-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Sep 23, 2019
1 parent 489764e commit 9a1fb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/drush-alias/web/aliases.drushrc.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ $aliases = array_reduce($environments, function ($carry, $environment) use ($def
'remote-host' => "$ssh_host",
'remote-user' => "$environment->openshiftProjectName",
'root' => "$drupal_path",
'backup-dir' => '/tmp',
'ssh-options' => "-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p $ssh_port",
] + $defaults;

Expand Down

0 comments on commit 9a1fb74

Please sign in to comment.