Skip to content

Commit

Permalink
add ssh_command to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJIsaacson committed May 10, 2024
1 parent 536bb49 commit 984ef7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 984ef7e

Please sign in to comment.