363 Commits

Author SHA1 Message Date
Anton Medvedev
db9c4c8753 Merge branch 'master' into master 2017-08-12 18:13:43 +03:00
Anton Medvedev
53b0261c1b Refactor run and runLocally return type 2017-08-12 18:06:21 +03:00
Anton Medvedev
0a91193597 Fix 🥑 2017-08-12 17:44:17 +03:00
Anton Medvedev
2e02e76e88 Fix 🥝 2017-08-12 17:32:45 +03:00
Anton Medvedev
9c30226351 Fix tests 2017-08-12 17:07:21 +03:00
Anton Medvedev
d0dc58ec70 Fix tests 2017-08-12 16:52:29 +03:00
Anton Medvedev
d288c2d7e2 Fix tests 2017-08-12 16:43:25 +03:00
Anton Medvedev
a78fcc0619 Fix tests 2017-08-12 16:34:08 +03:00
Anton Medvedev
ae51d763b9 Add deploy:info to recipes 2017-08-12 12:01:27 +03:00
Anton Medvedev
b2102488a2 Apply fixes from StyleCI 2017-08-12 08:56:47 +00:00
Anton Medvedev
b9a366a173 Refactored branch behavior and added deploy:info task 2017-08-12 11:56:35 +03:00
Anton Medvedev
27d98eb887 Add shallow task option 2017-08-11 17:39:36 +03:00
Rick Kuipers
c987bb88c6
Introduce git_recursive option 2017-08-10 10:22:57 +02:00
Vladimir
fd625e579a #1289: delete excess option 2017-07-05 15:51:52 +03:00
Takayasu Oyama
afde4d135c this is a better way of doing it 2017-07-03 16:23:24 +09:00
Rok Andrée
2758eadff1 Cache must be cleared before it's warmed up
See:
http://symfony.com/doc/current/deployment.html#d-clear-your-symfony-cache
2017-06-29 14:51:31 +02:00
Anton Medvedev
15274524b2 Improve config:current tasks and generateControlPath method 2017-06-23 11:36:51 +07:00
Anton Medvedev
c88be9227b Add config:hosts task 2017-06-22 14:18:34 +07:00
Matiss Treinis
51d1b2e65c Allow use of command, type and which to locate custom binary paths 2017-06-12 13:01:25 +02:00
Anton Medvedev
891d25108b Add check for unzip 2017-06-05 12:53:01 +07:00
Igor Telmenko
1d84c0d329 Parsing of laravel version. More universal regex 2017-05-31 13:37:50 +03:00
Igor Telmenko
85f36abfd7 Fix a parsing of laravel version in output "php artisan --version" 2017-05-31 12:24:33 +03:00
Lucas Mezêncio
69c8f7c1e2 Fix version regex and change version check 2017-05-30 17:32:25 -03:00
Barry vd. Heuvel
5e3feb99c4 Disable maintenance after failure 2017-05-30 17:32:11 -03:00
Lucas Mezêncio
7abcbbe033 Compare versions using PHP's built-in function version_compare() 2017-05-28 16:20:11 -03:00
Lucas Mezêncio
54b589f11c Change from task to configuration option 2017-05-28 16:18:41 -03:00
Lucas Mezêncio
c0f927fc70 Check Laravel version before run artisan storage:link
Since Laravel 5.2 does not have `artisan storage:link` command, we can't call it.
2017-05-27 23:10:44 -03:00
Lucas Mezêncio
6229d681eb Add Laravel version task 2017-05-27 23:09:45 -03:00
snowiow
1e8bad3022 merge upstream 2017-05-15 19:08:31 +02:00
snowiow
d373ba3f33 throw the correct exception on --reference fail 2017-05-15 17:29:58 +02:00
Anton Medvedev
d13dcc8029 Fix config:current task 2017-05-14 22:13:22 +07:00
Anton Medvedev
90d040af1f Fix cleanup task and releases list 2017-05-04 13:00:01 +07:00
Anton Medvedev
7dea6107c3 Use previous_release in copy_dirs task 2017-04-08 21:20:09 +07:00
Anton Medvedev
a7f54ac65e Add previous_release var 2017-04-08 21:06:15 +07:00
Anton Medvedev
bafb0b872a Restrict ConfigurationException usage only by Configuration 2017-04-08 17:02:30 +07:00
Barry vd. Heuvel
ea34e19306 Link storage by default 2017-04-07 10:51:13 +02:00
Barry vd. Heuvel
4a9e2be87c Add storage:link option 2017-04-07 10:27:29 +02:00
Anton Medvedev
a716aa4f7d Merge pull request #1146 from vinpel/init_with_yii2_receipe
Init with yii2 receipe
2017-04-06 14:00:57 +07:00
root
c3a5c2481d add changelog data, fix indentation 2017-04-05 19:24:23 +00:00
Mathias Brodala
0acbb4c6fb Improve lock message
Prefix launcher script and append current stage.
2017-04-05 15:02:19 +02:00
root
677e1cccb3 fix styleCi 2017-04-04 20:16:16 +00:00
root
4dde839a36 Copy shared file from release if not present in shared_dir 2017-04-04 19:50:11 +00:00
Anton Medvedev
a1806cb77b Fallback to --help if man doesn't available 2017-04-02 12:58:53 +07:00
Anton Medvedev
d85952e6ea Add cleanup_use_sudo #330 2017-03-26 13:16:12 +07:00
Anton Medvedev
ede141ed3e Merge pull request #1092 from deployphp/next
Deployer Next 🚀
2017-03-26 13:03:01 +07:00
Anton Medvedev
9d79f9e7fb Add persistent config 2017-03-24 21:07:40 +07:00
Anton Medvedev
eb0e53e4b3 Add on func 2017-03-23 11:34:52 +07:00
Anton Medvedev
10552e4e56 Apply fixes from StyleCI 2017-03-22 16:53:34 +00:00
Anton Medvedev
194c4fbf3c Better config current 2017-03-22 23:53:23 +07:00
Barry vd. Heuvel
e184723dae Only enable/disable maintenance when current exists 2017-03-21 18:02:16 +01:00