2911 Commits

Author SHA1 Message Date
Anton Medvedev
29ea435916 Format docs 2022-09-06 09:17:58 +02:00
Anton Medvedev
d397c9d9a0 Update docs 2022-09-06 09:02:36 +02:00
Anton Medvedev
8be2d62f61 Update docs 2022-09-05 21:37:15 +02:00
Markus Staab
a76f434d6a
fix typos (#3282) 2022-09-02 11:13:12 +02:00
hdumazeau
e374a8e2c1
Contrib: generate random crontab tmp path (#3068)
Co-authored-by: Dumazeau <hdumazeau@richcongress.com>
2022-08-28 18:50:55 +02:00
Alexis Lefebvre
6cec2890f4
UPGRADE: remove version form title (#3167)
Co-authored-by: Alexis Lefebvre <alexislefebvre@users.noreply.github.com>
2022-08-28 18:50:13 +02:00
Michał Giza
6981405647
Magento2: add var/page_cache as writable_dirs (#3202)
* var/page_cache as writable_dirs

It will fix following Zend exception after successful deployment:
Fatal error: Uncaught Zend_Cache_Exception: cache_dir "/path/to/www/releases/7/var/page_cache" is not writable in /path/to/www/releases/7/vendor/magento/zendframework1/library/Zend/Cache.php:209
This exception does not occur on every environment, it depends on PHP pool user/group (default www-data or owner of project directory).

* docgen
2022-08-28 18:49:05 +02:00
Rigel Kent Carbonel
f51f0e3c03
Add octane tasks in laravel recipe (#3076)
* Add octane tasks in laravel recipe

* Update docs
2022-08-28 18:47:35 +02:00
kishan nath
497054ddc1
changed python to python-is-python3 in package list (#3233) 2022-08-28 18:45:45 +02:00
Michał Giza
6ca236a706
Fix Caddy install (#3274) 2022-08-28 18:38:37 +02:00
asheroto
828561dc05
Fix typo on "you" (#3271) 2022-08-26 13:35:54 +02:00
Anton Medvedev
21797f2bdc
Update README.md 2022-08-18 22:11:40 +02:00
Anton Medvedev
46ffff134c
Update README.md 2022-08-18 18:22:28 +02:00
Anton Medvedev
82e114aec9
Update README.md 2022-08-18 18:21:43 +02:00
Maud REMORIQUET
f6fde49027
fix(typo): Missing backtick on deploy:cleanup command in upgrade.md (#3265) 2022-08-18 18:20:53 +02:00
Marcus Jaschen
717a1a047f
fix closing backtick for inline Markdown code (#3261) 2022-08-17 21:06:05 +02:00
Severin J
0e8356cbdc
Typo in docs "oncePerNode" (#3248) 2022-08-04 08:42:59 +02:00
Marcus Jaschen
8c404611e8
fix typo in Rocket.Chat docs (#3234) 2022-07-31 10:36:32 +02:00
Anton Medvedev
ff3c33c0a4
Update release.yml 2022-07-26 22:53:40 +02:00
Anton Medvedev
e80876d90d Update docs 2022-07-26 09:18:44 +02:00
Anton Medvedev
86c7ed6260 Update docs 2022-07-26 00:19:14 +02:00
Anton Medvedev
a12fdb6530 Update docs 2022-07-26 00:12:23 +02:00
Anton Medvedev
d20cabf0b7 Update docs 2022-07-24 13:26:08 +02:00
Anton Medvedev
c1ca4e1879 Leave source files in release 2022-07-24 13:23:05 +02:00
Anton Medvedev
6ac594d219 Revert "Rename back to deployer.phar"
This reverts commit 00ac16d65cf4fdd82fcd0caf0c102ca0ec6f723e.
2022-07-24 13:21:36 +02:00
Michał Giza
b92b1c6dd3
Pimcore recipe fixes (#3212)
* Share Pimcore database configuration

* writeable var/cache/dev
2022-07-23 15:45:59 +02:00
ameotoko
b6fd811edb
fix definition of {{bin/php}} parameter in Contao recipe (#3200) 2022-07-16 19:15:31 +02:00
Tomasz Kane
1de6f0d67c
Add upgrade docs about default_stage (#3197)
Co-authored-by: Tomasz Walburg <tomasz.walburg@alterpage.pl>
2022-07-15 13:03:57 +02:00
kjkooistra-youwe
c36566145a
chore: add task name to replace exception message (#3184)
To clarify which task is causing the exception.
2022-07-04 15:23:23 +02:00
Tomasz Kane
8e4366bb42
Add migration info for cleanup task (#3161) 2022-06-09 22:01:23 +02:00
Johnny Charcosset
839ab68af8
Update UPGRADE.md (#3158) 2022-06-08 10:40:44 +02:00
Marcus Jaschen
fe3874370b
Use correct Git ref spec when sub_directory is specified. (#3138)
* Use correct Git ref spec when `sub_directory` is specified.

The bug is described in detail in issue #3137.

* change variable name for sub-directory target (as requested in PR)
2022-05-24 21:36:50 +02:00
Victor van Herpt Valdivia
764d3cd0b8
Add curly braces to domain in Caddyfile (#3115)
* Add curly braces to domain in Caddyfile

Adding curly braces after the domain name, allows for multiple deploys in the same server.

* regenerate doc for docs/recipe/provision/website.md

Co-authored-by: Victor van Herpt Valdivia <victor@vhvLaptop.lan>
2022-04-27 22:03:08 +02:00
Anton Medvedev
a617327c5c Update ApiGen.php 2022-04-15 23:17:54 +02:00
dependabot[bot]
cf569530f5
Bump slevomat/coding-standard from 7.0.19 to 7.1 (#3081)
Bumps [slevomat/coding-standard](https://github.com/slevomat/coding-standard) from 7.0.19 to 7.1.
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](https://github.com/slevomat/coding-standard/compare/7.0.19...7.1.0)

---
updated-dependencies:
- dependency-name: slevomat/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 18:50:56 +02:00
dependabot[bot]
801b3ff843
Bump phpunit/phpunit from 9.5.18 to 9.5.20 (#3080)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.18 to 9.5.20.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.18...9.5.20)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 18:50:44 +02:00
peterjaap
aec3b51ecb [automatic] Update docs with bin/docgen 2022-03-28 12:57:33 +00:00
Peter Jaap Blaakmeer
297e57dc3c
Remove .maintenance.flag from shared_files
Since shared files are created when they don't exist and this puts the shop in maintenance mode on each deploy, see https://github.com/deployphp/deployer/discussions/2940
2022-03-28 14:57:06 +02:00
Kamil Kuzminski
0e2f726192
Add --with-deletes flag to contao:migrate task (#3072)
* Add --with-deletes flag to contao:migrate task

* Restore the recipe command but add the docs instead

* Auto-generate the docs
2022-03-28 11:52:00 +02:00
Anton Medvedev
fadea6bcab Update init templates 2022-03-22 20:39:54 +01:00
Anton Medvedev
84f0431271 Update docs 2022-03-22 20:39:45 +01:00
Tom Scott-Malden
97cbbd4d79
Add username in deploy:lock error message (#3046)
* Update to the lock recipe so that it shows you who currently has the lock on the deployment

* DD#0000: feat: Updated joy test

* DD#0000: feat: Regenerated docs
2022-03-22 15:27:41 +01:00
Anton Medvedev
85b771fb9f Update sidebar.js 2022-03-22 15:15:41 +01:00
Anton Medvedev
44de1e2b16 Docs style 2022-03-22 15:14:44 +01:00
Tom Scott-Malden
8a41b3f030
DD#0000: feat: Added configurable themes to Magento2 (#3047)
* DD#0000: feat: Added configurable themes to Magento2

* DD#0000: feat: Added concurrent jobs to static:content:deploy
2022-03-22 15:10:25 +01:00
Lukasz Bajsarowicz
2f12104dbd
deployphp/action#35 Add information about known rsync bug (#3059) 2022-03-22 15:08:33 +01:00
Anton Medvedev
54ad810832 Update docs 2022-03-22 15:07:23 +01:00
Anton Medvedev
4c1a477b91 Refactor ssh client and host connection option
No more checking of running master ssh connection. This is done automatically by ssh.
No more pre-connect to hosts. On first execution of remote command, ssh connection with multiplexing will be established.
2022-03-22 14:55:43 +01:00
Anton Medvedev
67686e176f Add postgress db provisioning 2022-03-20 13:07:14 +01:00
Anton Medvedev
cd05692821 Fix typos 2022-03-18 23:57:14 +01:00