349 Commits

Author SHA1 Message Date
Matt Crossley
baa84b8292 Fixed an issue with the output of ls. Forces single column output and
trims newlines.
2017-02-21 01:38:38 -08:00
Anton Medvedev
b8a4207e7b Merge pull request #1007 from lasselehtinen/master
Add task queue:restart for Laravel recipe
2017-02-18 22:27:08 +07:00
Anton Medvedev
d4488dbf3c Merge pull request #987 from lewactwo/patch-1
use bin/php when composer is found
2017-02-18 22:20:27 +07:00
Kamil Piwowarski
f2cd8ec73d Update common.php 2017-02-18 15:45:26 +01:00
Maksim Kuznetsov
6213095d7e Fix sharing folders having similar names 2017-02-17 07:46:51 +03:00
Lasse Lehtinen
e6e44082ec Removed queue:restart from template 2017-02-14 17:32:00 +02:00
Lasse Lehtinen
27687cff6d Added task for queue:restart 2017-02-13 12:30:35 +02:00
Stanislav Khromov
0a055bc975 Improve the WordPress recipe (#997)
* Improve the WordPress recipe 

* Configure files commonly shared across deploys (`wp-config.php` and the uploads folder)
* Run Composer (many WordPress sites use Composer with WPackagist)
* chown file to the web server owner. (Might be platform-dependent, but this is a good default)

* Fix whitespace

* Fix whitespace, pt. 2

* Use `writable_dirs` option

* Remove chown task
2017-02-06 12:01:23 +07:00
Anton Medvedev
ac77a482a9 Increase tailed lines in releases_list 2017-01-31 12:59:41 +07:00
Kamil Piwowarski
f025a2271d use bin/php when composer is found 2017-01-27 21:42:18 +01:00
Anton Medvedev
17dcad7b3b Fix working_path behavior 2017-01-28 00:23:15 +07:00
Anton Medvedev
b37e7351a2 Fix deploy:copy_dirs task 2017-01-27 20:54:21 +07:00
Anton Medvedev
29ad26fae4 Merge pull request #986 from mficzel/task/updateFlowRecipeForDeployer4
TASK: Fix deployer namespace and remove deprecated method calls +
2017-01-27 20:17:00 +07:00
Anton Medvedev
e3fd8182a1 Fix styles 2017-01-27 20:15:18 +07:00
Martin Ficzel
d93f02409e TASK: Fix deployer namespace and remove deprecated method calls +
The deployer namespace was missing in the flow recipe and also the deprecated env methods were used.
2017-01-27 14:07:17 +01:00
Anton Medvedev
972bea553a Refactor release_path
`release_path` returns `current_path` in non-deploy context
2017-01-27 20:03:54 +07:00
Jesper Skytte Marcussen
69de3865cd Option for non-recursive chmod in deploy:writable
This commit enables the user to disable the recursive flag when setting writable dirs with 'chmod', by setting 'writable_chmod_recursive' to false. It is per default set to true.
2017-01-24 08:08:58 +01:00
Anton Medvedev
de963c8866 Refactor magento2 recipe 2017-01-19 11:38:37 +07:00
Anton Medvedev
509e0f361e Merge pull request #911 from unailopez16/master
add magento2 base recipe
2017-01-19 11:35:29 +07:00
Anton Medvedev
d730ab67e6 Add GracefulShutdownException 2017-01-19 11:10:30 +07:00
Anton Medvedev
cbfc652df8 Remove autounlock from common and move to template 2017-01-19 10:47:14 +07:00
Anton Medvedev
73e6c3b441 Validate shared_dirs on deploy:shared 2017-01-18 13:27:08 +07:00
Muhamad Surya Iksanudin
bd04270062 Try to remove deploy.lock when deploy is fail
Try to remove deploy.lock when deploy is fail
2017-01-17 09:48:02 +07:00
Anton Medvedev
3955085ce7 Merge pull request #956 from jzdunek/master
Calling setfacl with option -L to follow symbolic links created for ...
2017-01-16 18:05:09 +07:00
Jan Zdunek
d786b61489 Calling setfacl with option -L to follow symbolic links created for shared directories. 2017-01-14 14:53:58 +01:00
Muhamad Surya Iksanudin
82cd13ca0c Use -f to avoid error when file is not exist
Use -f to avoid error when file is not exist
2017-01-12 11:50:46 +07:00
Muhamad Surya Iksanudin
3421114f25 always success
always success when running unlock
2017-01-11 11:31:00 +07:00
Carl Alexander
c6b560ff6c Fix bug with $httpGroup guard clause 2017-01-07 08:50:15 -05:00
Jordi Sala
841ae52311 remove trailing whitespace, add whitespace checks on styleci 2016-12-08 00:14:27 +01:00
Unai Lopez
cda4b69d5e add magento2 base recipe 2016-11-28 11:11:23 +01:00
Anton Medvedev
e7f0018b05 Fix bugs with copy shared files #896 #894 2016-11-25 20:39:21 +07:00
Anton Medvedev
54a29c8fa0 Merge remote-tracking branch 'origin/master' 2016-11-25 15:04:14 +07:00
Anton Medvedev
9cd3ef9aa9 Merge pull request #898 from henriquebremenkanp/master
Allow subfolders copy
2016-11-25 15:03:00 +07:00
Anton Medvedev
0128aec99b Add artisian:optimize task #901. 2016-11-25 14:58:13 +07:00
rzb
02b8c107c3 Add artisan:view:clear command to laravel recipe 2016-11-24 10:27:18 -02:00
Henrique Bremenkanp
3d60adf8f0 Allow subfolders copy 2016-11-22 21:46:17 -02:00
Anton Medvedev
52b21f37b0 New path for deploy.lock file. 2016-11-19 15:53:31 +07:00
Anton Medvedev
26ba3f495b Fix tests. 2016-11-19 15:16:25 +07:00
Anton Medvedev
c6dc030b30 Refactor common.php 2016-11-19 15:13:32 +07:00
Anton Medvedev
f68bfb4c94 Fix remove of storage on first deployment for laravel recipe #875. 2016-11-19 14:37:52 +07:00
Anton Medvedev
445951c099 Merge pull request #877 from henriquebremenkanp/master
Copy instead creating new
2016-11-19 13:37:19 +07:00
Janek Ruessmann
5dea23034f added namespace to typo3 recipe to make it work in 4.0 2016-11-18 00:41:30 +01:00
Anton Medvedev
5b56c46c29 Merge pull request #876 from alwex/master
added namespace to silverstripe recipe to make it work
2016-11-18 00:16:32 +07:00
Anton Medvedev
e704377aab Use clear_paths in Symfony recipe #880. 2016-11-17 23:35:25 +07:00
Anton Medvedev
1ebcc81f64 Add more writable modes. Return ACL as default back. 2016-11-17 23:18:16 +07:00
Anton Medvedev
2fb14e0c0f Fix release cleanup #871. 2016-11-17 16:39:02 +07:00
Anton Medvedev
c95d8b89f9 Fix doubling releases. 2016-11-17 16:27:57 +07:00
Anton Medvedev
da407b9fba Fix releases sorting #870 2016-11-17 14:16:50 +07:00
Henrique Bremenkanp
c4eff86e53 Fix tests 2016-11-16 22:51:12 -02:00
Henrique Bremenkanp
18b9634e00 Copy instead creating new 2016-11-16 22:28:08 -02:00