Skip to content

Commit

Permalink
馃殌 Update deploy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Oct 8, 2021
1 parent d3ccdc1 commit 8ae77da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deploy.php
Expand Up @@ -15,17 +15,16 @@
set('git_tty', true);

// Shared files/dirs between deploys
add('shared_files', [
'config/autoload/local.php',
]);
// add('shared_files', [
// 'config/autoload/local.php',
// ]);
add('shared_dirs', [
'config/application',
'data/upload',
]);

// Writable dirs by web server
add('writable_dirs', [
'config',
'data/cache',
'data/upload',
]);
Expand Down

0 comments on commit 8ae77da

Please sign in to comment.