517 Commits

Author SHA1 Message Date
Anton Medvedev
76fc2090c4 Fix releases list. 2016-11-05 16:23:29 +07:00
Anton Medvedev
46449ec8c6 Fix releases list. 2016-11-05 16:22:49 +07:00
Anton Medvedev
663223ba26 Use . instead of : 2016-11-05 16:01:05 +07:00
Anton Medvedev
795511f0ac New release format.
May be changed in future.
2016-11-05 15:57:45 +07:00
Anton Medvedev
0e6907ee20 Keep 5 releases. 2016-11-05 15:44:09 +07:00
Anton Medvedev
86de97a5ab Atomic symlink. 2016-11-05 15:43:33 +07:00
Anton Medvedev
4724625840 Check what release path exists. 2016-11-05 15:43:33 +07:00
Anton Medvedev
ed9220139a Namespace fix. 2016-11-05 13:46:56 +07:00
Anton Medvedev
930fa6b6c0 Relative symlinks. 2016-11-05 13:40:12 +07:00
Anton Medvedev
4846c96b81 Add lock and unlock functionality. 2016-11-05 12:56:53 +07:00
Anton Medvedev
61d6cba190 Remove unused connect. 2016-11-05 12:45:13 +07:00
Anton Medvedev
dd0f2c87dc Clean up if there is unfinished release in deploy:release. 2016-11-05 12:39:52 +07:00
Anton Medvedev
f5c4517c27 Add --branch option. 2016-11-05 12:22:56 +07:00
Anton Medvedev
e397486eb2 Merge branch 'master' into 4.x
# Conflicts:
#	README.md
#	recipe/symfony.php
#	src/Bootstrap/BootstrapByConfigFile.php
#	src/functions.php
2016-11-05 11:55:03 +07:00
Mathieu GILLOOTS
6900a2ae12 Don't stop the deploy process when zero migrations 2016-11-03 23:47:16 +01:00
quent
cd8941485d use git_cache also when --revision is defined 2016-10-14 16:20:55 +04:00
Vic D'Elfant
d9ff7e358f Check for /current/artisan existance instead of just /current 2016-10-11 18:08:55 +02:00
Vic D'Elfant
3d25d95ede Fixed paths to artisan 2016-10-11 14:50:17 +02:00
Sascha Marcel Schmidt
f38bd436f0 changes flag order for chmod to work on bsd 2016-09-01 09:54:59 +02:00
Sascha Marcel Schmidt
66e71aad20 changes flag order for chmod to work on bsd 2016-08-31 15:59:55 +02:00
Anton Medvedev
1a5e68c3e2 Merge branch 'robfrawley-master' into 4.x
# Conflicts:
#	recipe/symfony.php
2016-08-04 22:04:42 +03:00
David J Eddy
3b0093869f Update README.md
Spelling correction.
2016-08-04 22:02:43 +03:00
Corey Sewell
723f3fcc5e Add support for Silverstripe CMS (#709)
* Add support for Silverstripe CMS

* Fix typo
2016-08-04 21:59:25 +03:00
Paweł Łuczkiewicz
6190f21c5c Fix deleting old releases, if deploy_path is a symlink 2016-08-04 21:59:25 +03:00
oanhnn
9568e3bbcc Fixed bug #675 The revison option is never checked in deploy:update_code 2016-08-04 21:59:25 +03:00
Anton Medvedev
f9422e0f56 Merge branch 'master' into 4.x
# Conflicts:
#	src/functions.php
2016-08-04 21:58:46 +03:00
David J Eddy
d210ba415c Update README.md
Spelling correction.
2016-08-03 11:36:49 -04:00
oanhnn
2cffa08410 Fix timestamp in task deploy:asset of Symfony recipe. Close #718 2016-07-18 09:08:36 +07:00
Corey Sewell
a82a40c2c0 Add support for Silverstripe CMS (#709)
* Add support for Silverstripe CMS

* Fix typo
2016-06-26 23:25:23 +07:00
oanhnn
f9b8b73b56 Fixed bug #675 The revison option is never checked in deploy:update_code 2016-06-22 09:32:43 +07:00
Oanh Nguyen
de134782c3 Merge pull request #676 from oanhnn/fix-issue-675
Fix issue 675
2016-06-15 08:29:51 +07:00
Rob Frawley 2nd
ec3fb29562 refactoring/cleanup of symfony-related recipes
fix double task

removed composer.lock from commit

fix for styleci

fix for styleci

fix for https://travis-ci.org/deployphp/deployer/builds/135430111

added option to allow composer update

renamed env to build_env

removed composer action logic

moved env to only symfony-recepes

removed allow update

cleanup comment
2016-06-10 04:01:59 -04:00
Paweł Łuczkiewicz
d272f604f1 Fix deleting old releases, if deploy_path is a symlink 2016-06-09 12:54:03 +02:00
oanhnn
5457575c50 Fixed bug #675 The revison option is never checked in deploy:update_code 2016-06-01 13:45:21 +07:00
Oanh Nguyen
c9737de03c Applied fixes from StyleCI 2016-05-31 22:15:00 -04:00
oanhnn
0b40e8b7c7 Merge branch 'master' of github.com:deployphp/deployer 2016-05-19 08:47:21 +07:00
oanhnn
48a8be919e Fixed comment follow commit of @jrean in #645 2016-05-19 08:46:45 +07:00
Oanh Nguyen
a352114bad Fixed bug #649 (#656)
* Fixed bug #649

* Revert BC break
2016-05-19 08:20:28 +07:00
Oanh Nguyen
5fef42438e Add helper tasks for laravel recipe (#625)
* Add helper tasks for laravel recipe

* Add helper tasks for laravel recipe

* Add clear cache task and make config cache task to deploy task

* Add more artisan helper tasks

* Fix typo
2016-05-18 12:28:00 +07:00
Jean Ragouin
3f063094f9 Update laravel.php
typo
2016-05-05 22:27:17 +08:00
Peter
ebc0ea3d86 Codestyle fix 2016-05-01 20:21:27 +02:00
Peter
8fc547f958 Fix assets installation
The `assetic:dump` command does not exist in Symfony 3. The `assetic` namespace has been replaced by `assets`. The new command to install assets is `assets:install`. 

This PR overrides the `deploy:assetic:dump` command so it works in Symfony 3. Ideally, the `deploy:assetic:dump` command would be renamed to something like `deploy:assets:install` in the main deploy task. However, this would mean overriding the entire list of tasks.
2016-05-01 20:19:16 +02:00
Frank Naegler
fc77538c4b [FEATURE] Add TYPO3 deployer recipe 2016-04-27 13:25:53 +02:00
oanhnn
4321074588 Fixed issue #628 and change using bin/git in check git cache feature 2016-04-19 10:24:46 +07:00
Oanh Nguyen
4238fb0c5d Bugfix laravel recipe (#622)
* Fix laravel recipe

* Changed order task deploy:shared and deploy:vendors in laravel recipe
2016-04-13 10:32:48 +07:00
Krystian Szymukowicz
4b48e5d69d Fix custom php bin for composer install. (#621) 2016-04-12 08:06:44 +07:00
arvatis
bba421fbfd Fixed usage of composer.phar, when used as env/composer (close #615 #616) 2016-04-11 16:18:16 +07:00
gperdomor
889c35abac Fix http user detection (#613) 2016-04-11 08:08:46 +07:00
Anton Medvedev
a3733d0d81 Revert "Added function taskGroup and changed spec of function task"
This reverts commit 9c1e4eca2d5f4e5a3581e7602906c76c8af6ed72.

Conflicts:
	test/src/FunctionsTest.php
2016-04-04 17:01:55 +07:00
Anton Medvedev
6c6b1f8c9b Merge branch 'master' into 4.x
Conflicts:
	composer.lock
	recipe/common.php
2016-04-04 16:58:34 +07:00