Skip to content

Commit

Permalink
Merge branch 'hotfix/2.2.4b'
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Nov 8, 2021
2 parents f48b6ee + efc798f commit 43938f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

namespace Deployer;

require 'contrib/php-fpm.php';
require 'recipe/laravel.php';

// Config

set('application', 'bmac');
set('deploy_path', '~/{{application}}');
set('repository', '[email protected]:daveroverts/bmac.git');
set('php_fpm_version', '8.0');

// Hosts

Expand All @@ -31,5 +29,3 @@
after('deploy:update_code', 'build');

after('deploy:failed', 'deploy:unlock');

after('deploy', 'php-fpm:reload');

0 comments on commit 43938f0

Please sign in to comment.