mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
commit
6eb1cfa20d
21
recipe/symfony3.php
Normal file
21
recipe/symfony3.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/* (c) Anton Medvedev <anton@elfet.ru>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/symfony.php';
|
||||
|
||||
/**
|
||||
* Symfony 3 Configuration
|
||||
*/
|
||||
|
||||
// Symfony shared dirs
|
||||
set('shared_dirs', ['var/logs']);
|
||||
|
||||
// Symfony writable dirs
|
||||
set('writable_dirs', ['var/cache', 'var/logs']);
|
||||
|
||||
set('bin_dir', 'bin');
|
||||
set('var_dir', 'var');
|
Loading…
x
Reference in New Issue
Block a user