From 984ef7e805b0837c5ea90f39859e3e1a164c7519 Mon Sep 17 00:00:00 2001 From: Alan Isaacson <38862429+AlanJIsaacson@users.noreply.github.com> Date: Fri, 10 May 2024 17:01:56 +0100 Subject: [PATCH] add ssh_command to deployment --- deploy.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.php b/deploy.php index 34c6911..9a88117 100644 --- a/deploy.php +++ b/deploy.php @@ -20,6 +20,9 @@ // Filesystem volume we're deploying to set('disk_space_filesystem', '/data'); +// Required for this project as the server doesn't support openssh v7.6 +set('git_ssh_command', 'ssh'); + // Shared directories that need to persist between deployments set('shared_dirs', [ '.well-known',