242 Commits

Author SHA1 Message Date
Anton Medvedev
a299ab4c88 Merge pull request #838 from mficzel/feature/addFlowFrameworkRecipe
FEATURE: Add Flow-Framework deployer recipe
2016-11-11 19:57:22 +07:00
Anton Medvedev
31d2dd7144 Fix style. 2016-11-11 14:22:55 +07:00
Anton Medvedev
0d37f55460 Feature: desc function. 2016-11-11 14:17:43 +07:00
Anton Medvedev
6650cb1b6d Fix tests. 2016-11-10 14:00:54 +07:00
Anton Medvedev
821d2b53dd Better output log. 2016-11-10 13:18:40 +07:00
Anton Medvedev
b2507b15c7 Feature: incremental releases names. 2016-11-10 12:57:15 +07:00
Anton Medvedev
0b8192aacd Feature: allow to keep unlimited releases. 2016-11-10 12:42:47 +07:00
Anton Medvedev
fd264751b9 Better verbose output and fix for deploy:clean. 2016-11-10 12:41:26 +07:00
Anton Medvedev
4b5cdec2d6 Do not use sudo by default in deploy:clear. 2016-11-10 12:25:06 +07:00
Anton Medvedev
81023b1eb3 Fix path for release and current. 2016-11-09 22:07:00 +07:00
Anton Medvedev
01ac931622 Do not use realpath. 2016-11-09 22:03:04 +07:00
Anton Medvedev
8f530941de Allow any release names. 2016-11-09 21:27:09 +07:00
Anton Medvedev
c4fd2947ca Merge pull request #803 from qtsd/feature/fix-git-cache-on-revision-defined
Use git_cache also when --revision is defined
2016-11-08 20:12:18 +07:00
Anton Medvedev
3b47861225 Merge pull request #806 from vicdelfant/master
Don't use /current in Laravel recipe
2016-11-08 17:37:24 +07:00
Anton Medvedev
67031f005c Fix tests. 2016-11-07 20:53:14 +07:00
Anton Medvedev
626235a324 set writable_use_sudo to false by default. 2016-11-07 20:08:38 +07:00
Anton Medvedev
7e89fb0903 Fix style. 2016-11-07 19:54:29 +07:00
Martin Ficzel
b431a815fc FEATURE: Add Flow-Framework deployer recipe
With this recipe projects based on the Flow-Framework (https://flow.neos.io/) and Neos-CMS (https://www.neos.io) can be deployed.
2016-11-07 08:24:28 +01:00
Anton Medvedev
c0c68fd533 Fix tests. 2016-11-07 14:12:09 +07:00
Anton Medvedev
e04d392b16 Refactor deploy:writable. 2016-11-07 13:57:38 +07:00
Anton Medvedev
82a2dc909e Feature: add function. 2016-11-07 12:47:29 +07:00
Anton Medvedev
1d2e86ac30 Fix style. 2016-11-05 17:58:06 +07:00
Anton Medvedev
c75207d16f Delete misleading. 2016-11-05 17:57:14 +07:00
Anton Medvedev
c133d6444a Refactor env() to set()/get(). 2016-11-05 17:50:18 +07:00
Anton Medvedev
588ac25e29 Comments. 2016-11-05 16:26:08 +07:00
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