Skip to content

Commit

Permalink
Set PHP and composer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmueller-st committed Aug 26, 2024
1 parent 3a1b47a commit 32f7a81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
set('ssh_multiplexing', true);
set('repository', '[email protected]:snac-cooperative/snac-laravel.git');

set('bin/php', function () {
return '/usr/bin/php83';
});

set('bin/composer', function () {
return '/usr/bin/php83 /usr/local/bin/composer';
});

set('rsync_src', function () {
return __DIR__;
});
Expand Down

0 comments on commit 32f7a81

Please sign in to comment.