Fix the snips git repos not being shared
This commit is contained in:
parent
a697f89083
commit
47167a3e1e
@ -14,7 +14,7 @@ set('repository', 'git@git.loken.nl:ardent/Snips.git');
|
||||
set('git_tty', true);
|
||||
|
||||
// Shared files/dirs between deploys
|
||||
set('shared_dirs', ['var/log', 'var/sessions']);
|
||||
set('shared_dirs', ['var/log', 'var/sessions', 'var/snips']);
|
||||
set('shared_files', ['.env.local']);
|
||||
//set('writable_dirs', ['var']);
|
||||
set('migrations_config', '');
|
||||
|
Loading…
Reference in New Issue
Block a user