444 Commits

Author SHA1 Message Date
Keith Bremner
35027de18b Update shared.php (#1571)
fix typos
2018-03-18 00:39:37 +07:00
Anton Medvedev
443de26e87 Add Symfony 4 recipe 2018-03-05 20:22:51 +07:00
pascal08
056db8a1b1 Improve readability of command for finding web server user (#1558)
* Improve readability of command for finding web server user

* Update CHANGELOG.md

* Add reference link to CHANGELOG.md
2018-02-22 20:56:14 +07:00
Gregor Harlan
c1e2633687 parse input before using dirname() (#1545)
* parse input of dirname()

* tests

* changelog
2018-02-14 15:44:35 +07:00
Anton Medvedev
7c1b8567cd
Revert "Missing {{bin/php}} in deploy:vendors" (#1537)
* Revert "create objects only when necessary (#1528)"

This reverts commit 0fc63021061f3265ccae203f549e958120ab968a.

* Revert "fixed typo (#1520)"

This reverts commit 971843db5d1ec706f6a8685108ad56f24dc9253f.

* Revert "throw meaningfull exception on errors in cd() (#1519)"

This reverts commit b139933b24e0f6c419e869a72e69e85955517b7f.

* Revert "Missing {{bin/php}} in deploy:vendors (#1521)"

This reverts commit 6dae113be8277bedb1e74658dfbf71e0712dd578.
2018-02-08 11:42:52 +07:00
Adam Gąsowski
6dae113be8 Missing {{bin/php}} in deploy:vendors (#1521)
* Missing {{bin/php}} in deploy:vendors

* Update CHANGELOG.md
2018-01-25 08:34:20 +07:00
Corey Sewell
217935fc1e Update silverstripe recipe to support silverstripe 4 (#1499) 2018-01-11 11:47:05 +07:00
Markus Staab
46bb2c8598 fixed typo (#1473) 2017-12-22 20:28:13 +07:00
Anton Medvedev
5c20d3c294 Apply fixes from StyleCI 2017-12-16 13:30:12 +00:00
Anton Medvedev
67063c3c24 Add tests for deploy:release 2017-12-16 20:29:52 +07:00
AgentSIB
8b5cfe8344 Get releases list before create metadata for current release 2017-12-16 01:52:44 +03:00
Barry vd. Heuvel
67eb39e295
Magento2: use setup:upgrade --keep-generated 2017-12-14 17:24:59 +01:00
Markus Staab
eb31636368
more docs 2017-12-08 13:55:38 +01:00
Michael Erkens
18ecbcac73
fix whitespace 2017-11-27 11:18:22 +01:00
Michael Erkens
fe4dd4201a
permission denied for the git working direcotry
When using the "become" option in a host configuration, the work directory for git needs to be accesible for that user.
For example, the homedirectory from the user I use to SSH isn't readable for the user I use to deploy, so it fails with a "permission denied".
(also make sure to set the HOME enviroment variable so the correct git configuation can be read if needed)
2017-11-27 11:14:30 +01:00
Dmitry Dorogin
47c4cbffac artisan:migrate:fresh command in laravel recipe 2017-11-06 23:27:20 +03:00
Andrej Ludinovskov
84738138b6 Fixed bug when config:hosts shows more than one table of hosts #1403 2017-11-02 20:46:23 +00:00
Wesley Lancel
6708d2640f Fix time format for touch when deploying assets 2017-10-19 08:19:33 +02:00
Barry vd. Heuvel
5d8f999243 Run autoloader after compilation 2017-09-18 11:23:21 +02:00
Anton Medvedev
c34de4b4f9 Apply fixes from StyleCI 2017-09-01 05:39:26 +00:00
Anton Medvedev
dc96a73747 Catch Throwable instead of RuntimeException in deploy:update_code 2017-09-01 12:39:09 +07:00
Michael Lake
fe27571212 Laravel 5.5
- Updated Laravel recipe to not run 'artisan:optimize' on Laravel >= 5.5, as that command is now deprecated ([see upgrade notes](https://laravel.com/docs/5.5/upgrade)).
- Version check defaults to 5.5 if not found.
2017-08-31 11:23:40 -05:00
Anton Medvedev
e76e9881e4 Fix bug in symfony recipe 2017-08-22 22:27:20 +07:00
Anton Medvedev
f21dc760e8 Add target 2017-08-17 08:54:43 +03:00
Anton Medvedev
8d0fcfa16c Add user parameter 2017-08-16 11:46:20 +03:00
Mathias Brodala
86196c9cfb Make branch less delicious 2017-08-14 14:43:31 +02:00
Anton Medvedev
8e01cf6924 Refactor environment variables handling 2017-08-12 20:31:19 +03:00
Anton Medvedev
d4205d0dcc Update writable.php 2017-08-12 18:50:41 +03:00
Anton Medvedev
80e68eced7 Merge branch 'master' into deploy_writable_tty 2017-08-12 18:49:52 +03:00
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
grohiro
3c0bfc2429 Fix indentation 2017-07-01 11:09:13 +09:00
grohiro
4b72952255 Enable to allocate a TTY for deploy:writable task
It allows to use sudo with password when running `deploy:writable` task.
Added a variable {{writable_request_tty}} (boolean)
2017-07-01 01:08:19 +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