349 Commits

Author SHA1 Message Date
Oanh Nguyen
9bce6316ac Merge pull request #585 from oisvidi/envrelease
Allows people to use other release names like tag without replacing t…
2016-03-14 17:27:43 +07:00
oanhnn
dc6594e4f9 Merge branch 'master' into feature/adding-task-deploy-clean-files-and-or-directories 2016-03-14 10:44:28 +07:00
Felix Nehrke
43432981c8 Run deploy:writable again after cache warmup
As described in ticket #575 the cache is not writable after the
deployment of symfony if the deployment-user is not the httpd-user.
Therefore we would make the cache-directory writable again after the
cache-warmup.  This is necessary because symfony may not do that and the
deploy user should know who is able to write into the cache.  You can
finally define this by using `set('writable_dirs', […])` and
`set('http_user', '…')`.
2016-03-11 17:58:51 +01:00
Øistein Notnæs
cd6b2974fd Allows people to use other release names like tag without replacing task deploy:release 2016-03-11 12:36:33 +01:00
Felix Nehrke
04087ff2e2 Add comments to describe access-right settings
Add some comments to make clear why the checks of the access-rights are
defined in such a complex structure.
2016-03-08 10:59:40 +01:00
Anton Medvedev
7c8f405af8 Merge pull request #559 from cronfy/fix-releases-list
fix #558: check releases_list to contain only releases
2016-03-02 12:46:48 +07:00
oanhnn
9605c174df Fixed #570 2016-02-29 08:19:23 +07:00
Pieter Nickmans
2ea71ff7a2 Fix small inline comment typos for Drupal 7 recipe. 2016-02-17 23:43:37 +01:00
Cronfy
5586de7e63 rearrange comments 2016-02-16 16:07:17 +03:00
Cronfy
869ef92769 added extension support in release name filter 2016-02-16 15:33:33 +03:00
extaz-site
c51f5a91cf ls replaced with find to search for dirs only on remote host releases/ 2016-02-16 15:06:06 +03:00
extaz-site
c35a9e4488 fix #558: check releases_list to contain only releases 2016-02-16 14:45:34 +03:00
oanhnn
9c1e4eca2d Added function taskGroup and changed spec of function task 2016-02-16 09:47:26 +07:00
Oanh Nguyen
c692d7cb5b Merge pull request #511 from zupolgec/patch-3
Added variable for composer command path
2016-02-04 08:17:26 +07:00
Peter Niederlag
461d762b44 Fix #533 shared_files directory handling 2016-01-20 10:27:37 +01:00
Anton Medvedev
a19baf97cb Fix namespace errors. 2016-01-11 14:36:42 +07:00
Anton Medvedev
5eadb573a3 Add Deployer namespace for functions. 2016-01-11 14:00:45 +07:00
Anton Medvedev
e0a1b328d0 Replace old email with new one. 2016-01-11 12:51:59 +07:00
Anton Medvedev
6eb1cfa20d Merge pull request #515 from pierredup/symfony3
Add Symfony3 recipe
2016-01-11 12:24:42 +07:00
oanhnn
a7b998fb36 Rename task 'up' and 'down' to 'deploy:up' and 'deploy:down' 2016-01-08 08:41:16 +07:00
Mattia Trapani
47a5cbeb7d Adding useful tasks to put application in maintenance mode 2016-01-07 17:36:33 +01:00
Pierre du Plessis
a70928bbe7 Add Symfony3 recipe 2016-01-07 13:12:32 +02:00
Mattia Trapani
5aa7ae7287 Fixed mistake in setting var 2016-01-05 10:48:08 +01:00
Mattia Trapani
d59b7db85e Added variable for composer command path 2016-01-05 10:31:00 +01:00
Mattia Trapani
7dacdc8faa Updated writable dirs
As per https://laravel.com/docs/5.2#configuration
2016-01-04 22:56:26 +01:00
Anton Medvedev
35f833d4a7 Merge pull request #497 from acorncom/patch-2
Tweaked another couple spelling mistakes
2015-12-19 18:52:55 +07:00
Piotr Antosik
77f5e6e518 Flag for assetic:dump task 2015-12-18 01:50:07 +01:00
David Baker
bd2a4e8b62 Tweaked another couple spelling mistakes 2015-12-17 05:24:23 -07:00
David Baker
4c71d2690a Fix a small spelling mistake 2015-12-03 12:24:04 -07:00
Anton Medvedev
4412f57618 Merge pull request #456 from dimsav/patch-1
Updated shared dirs in laravel 5 recipe
2015-10-11 17:36:10 +07:00
Anton Medvedev
ae2ed7a06f Merge pull request #462 from jadb/cakephp3-recipe
Add CakePHP 3 recipe
2015-10-05 22:16:01 +07:00
jadb
a821ff523a Add plugin symlink, move cache post-migration 2015-10-01 06:06:21 -04:00
Kristian Kaa
d6a615b524 Added basic drupal 8 recipe 2015-09-28 11:14:30 +02:00
Jad Bitar
7901fce147 Fix copy/pasting 2015-09-25 22:33:30 -04:00
Jad Bitar
c307346212 Add CakePHP 3 recipe 2015-09-25 19:57:17 -04:00
Anton Medvedev
a8f803d137 Update drupal7.php 2015-09-11 12:41:30 +07:00
Dimitris Savvopoulos
6a469e53ea Fixed path for logs 2015-09-09 16:32:10 +03:00
Dimitris Savvopoulos
3289c2e78c Updated laravel shared dirs 2015-09-09 10:58:37 +03:00
oanhnn
b36b1ede9c Adding a task to clean files and/or directoies 2015-09-08 11:48:07 +07:00
Joeri Verdeyen
8df9c6c376 Make the current release timestamp available as environment variable 2015-09-07 12:01:49 +02:00
Anton Medvedev
18c1ff0d3a More error info. 2015-09-04 00:10:48 +07:00
Alexey Rogachev
1abbc343ff Added Yii2 recipes 2015-09-01 15:25:40 +06:00
Oanh Nguyen Ngoc
391d682bc1 Merge pull request #447 from daFish/feature/http-user
Added support for setting http user for chmod
2015-08-31 08:34:36 +07:00
daFish
d6c839eddc Added support for setting http user for chmod 2015-08-30 10:18:38 +02:00
vanquang9387
7c979cfcbb Make checking getfacl more accurate 2015-08-28 11:22:23 +07:00
vanquang9387
a1f14973cc Add more comments to setfacl without sudo 2015-08-24 17:34:29 +07:00
vanquang9387
fbabf26be0 Update deploy:writable_dirs: When running without sudo, exec setfacl once only 2015-08-24 11:37:26 +07:00
oanhnn
7392d0e397 Fix coding style and remove function uploadEnv() in drupal7 recipe 2015-08-24 08:37:18 +07:00
Anton Medvedev
65d0a683a1 Fix date of release to UTC. Merge #357. 2015-08-24 00:31:29 +07:00
Anton Medvedev
f3ee9a6938 Merge pull request #385 from nicodmf/master
WIP/POC - copy directories
2015-08-24 00:03:46 +07:00