408 Commits

Author SHA1 Message Date
Joda Stößer
79ab3b66a8
docs(recipe/magento2): fix typo in conccurent (#3830) 2024-05-17 14:33:40 +02:00
antonmedv
04c5926860 [automatic] Update docs with bin/docgen 2024-04-24 20:10:45 +00:00
akosglue
22e95ba3f5
magento2 theme processing fix for 3786 (#3818)
* fix typo in magento recipe

* process the correct theme names and add -f switch here as well

* run docgen

* commit the other changed doc files after running bin/docgen

* Revert "commit the other changed doc files after running bin/docgen"

This reverts commit e0d1c2b7ca23ecec2390fc4f83f9e1a96094e1d3.
2024-04-24 22:10:28 +02:00
peterjaap
dce9f78553 [automatic] Update docs with bin/docgen 2024-04-19 09:21:19 +00:00
Danny Verkade - Cream
8e8f496ce5
Magento 2: Changed upgrading database (#3812)
* Changed step to upgrade the DB only instead of Magento and execute it once if multiple servers are selected for the deployment

* Bugfix: Added once() to task instead of run commando. Regenerated docs.

* Improvement: Changed documentation to reflect that the database step is only executed once.
2024-04-19 11:21:00 +02:00
antonmedv
c859acec70 [automatic] Update docs with bin/docgen 2024-04-18 15:25:17 +00:00
antonmedv
682d48a8a9 [automatic] Update docs with bin/docgen 2024-04-18 09:00:09 +00:00
peterjaap
a8a16c755e [automatic] Update docs with bin/docgen 2024-04-16 09:18:32 +00:00
Mohammed Elhaouari
cc9c35e3fc
Update Laravel recipe add pulse tasks (#3809)
* Add laravel pulse tasks

* Add docs
2024-04-15 09:07:13 +02:00
Giacomo Moscardini
f3703cf698
Add another check for setup:upgrade (#3658)
* Add another check for setup:upgrade

* Update documentation

* Revert "Update documentation"

This reverts commit 120bf5e7a2cb3b52dcb1119648e53da144a07dc2.

* Update documentation
2024-04-03 15:58:34 +02:00
antonmedv
95acd35c21 [automatic] Update docs with bin/docgen 2024-03-29 18:45:37 +00:00
gbobts
cca12a1e7e
Add feature to stop cron before deployment and start cron after (#3797)
* Add feature to stop cron before deployment and start cron after

* Updated doc
2024-03-29 19:45:17 +01:00
Alexander Nickel
51e8e82c07
refactor(shopware): Optimize getPlugins to use json output (#3780)
Refactoring the `getPlugins` function to not parse regular commandline
output anymore, instead use the --json flag `plugin:list`.
Refactoring 'sw:plugin:update:all' to not upgrade every installed
plugin, but every installed plugin that in fact is upgradable.
2024-02-16 12:51:35 +01:00
Schrank
ff69fd27e7 [automatic] Update docs with bin/docgen 2024-02-15 17:24:22 +00:00
Joda Stößer
3964520986
docs(recipe/magento2): fix typo in conccurent (#3779)
* docs(recipe/magento2): fix typo in conccurent

* Fix typo

---------

Co-authored-by: Fabian Blechschmidt <github@fabian-blechschmidt.de>
2024-02-15 18:24:01 +01:00
Fritz Michael Gschwantner
fc9a2f13ad
Escape shell arguments correctly (#3603)
* escape shell argument depending on target operating system

* only escape unix style

* add some basic tests

* use json_encode in test

* correctly escape single quotes on the Linux command line
2024-02-11 23:01:51 +01:00
antonmedv
54cea3a783 [automatic] Update docs with bin/docgen 2024-01-24 23:06:49 +00:00
antonmedv
8373c291ec [automatic] Update docs with bin/docgen 2024-01-12 11:21:54 +00:00
antonmedv
2e0e62aa16 [automatic] Update docs with bin/docgen 2024-01-11 10:42:00 +00:00
antonmedv
bbd9d8abf5 [automatic] Update docs with bin/docgen 2024-01-03 07:36:35 +00:00
Maxim Smakouz
248af34480
Adding Spiral Framework recipe (#3582)
* Add Spiral framework recipe

* Add docs
2024-01-03 08:36:18 +01:00
Jesko Karwasz@portavice
e518a423fb
Crontab: allow sudo with crontab:use_sudo option (#3759)
* Add parameter crontab:use_sudo to allow running crontab using sudo.

This makes it possible to overwrite the bin/crontab variable to edit crontab for other users.

e.g.

set("crontab:use_sudo", true);
set("bin/crontab", function () {
  return which('crontab') . " -u www-data";
});

* Add documentation and use cases for crontab:use_sudo

* Regenerate documentation with docgen
2023-12-22 10:13:44 +01:00
Ingo Fabbri
11cef7404e
fix: run cachetool without args (#3742)
fixes a regression bug introduced with 266554d3c7
2023-12-08 18:32:23 +01:00
ameotoko
507f54c26f
Fix version variables in Contao recipe (#3735)
* Fix version variables in Contao recipe

* update docs
2023-11-27 07:14:34 +01:00
Tobias
94b1bcbb36
Removing wrong information regarding reverse DNS (#3726) 2023-11-14 18:11:48 +01:00
antonmedv
a510feb27e [automatic] Update docs with bin/docgen 2023-11-08 06:30:53 +00:00
Anton Medvedev
5c62c45799
Revert "[TASK] Update TYPO3 recipe (#3674)" (#3723)
This reverts commit 73f2b531d71075f8523829ce0bbeeac4fb7e10fa.
2023-11-07 11:25:41 +01:00
Vladimir Varlamov
f907111852
ci-cd docs: update link to gitlab doc section (#3721) 2023-11-04 13:19:34 +01:00
antonmedv
b8da0f0b27 [automatic] Update docs with bin/docgen 2023-10-27 12:32:05 +00:00
antonmedv
6611816c89 [automatic] Update docs with bin/docgen 2023-10-24 15:07:21 +00:00
Dr. Ulrich Thomas Gabor
7f905c2155
Improve recipe 2023-10-24 17:06:56 +02:00
Tim
003b4e52d9
Crontab: Rewrite the crontab recipe to work with sections (#3708)
* Rewrite the crontab recipe to work with sections

* Crontab: Move existing cronjobs to the section when first generating to prevent breaking backwards compatibility
Generate new docs
2023-10-12 15:54:44 +02:00
antonmedv
6166a6cb6f [automatic] Update docs with bin/docgen 2023-09-20 07:33:05 +00:00
Joda Stößer
e83e6d197b
style(docs/hosts): correct included words in inline code styling (#3691) 2023-09-20 09:32:44 +02:00
ochorocho
73f2b531d7
[TASK] Update TYPO3 recipe (#3674)
* [TASK] Update TYPO3 recipe

* Update recipe for TYPO3 v12
* Allow tasks to be added before or after a task in a given task group
* Allow to hide spinner to enable interactive tasks on be run on the remote server

Fixes #3667

* [TASK] Update docs

* [TASK] Remove deploy:vendors from recipe

We aim for minimal requirements on the target server.
Thus, all preparation should be done in CI.

* [TASK] Update comment
2023-09-13 13:35:34 +02:00
Ingo Fabbri
266554d3c7
Allow multiple cachetool calls (#3684) 2023-09-12 16:02:14 +02:00
Marcus Müller
35ba29427f
Shopware: Register new themes and scheduled tasks during deploy (#3681) 2023-09-07 23:12:26 +02:00
Tom Scott-Malden
4dc20ce742
DD#0000: feat: Move var-exporter into main requirements (#3662)
* DD#0000: feat: Move var-exporter into main requirements

* DD#0000: feat: Removed var-export

* DD#0000: feat: Updated docs
2023-08-04 16:36:47 +02:00
Rafael Schwemmer
9b987d4a1e
Update documentation, improve language, fix grammar and typos (#3657) 2023-07-29 12:02:46 +02:00
Tom Scott-Malden
48193c6cfc
DD#0000: feat: Magento2: Add support for preload keys (#3567)
* DD#0000: feat: Magento2: Add support for preload keys

- Also updated to remove the config set and instead manually add the hocks to your deployer file
- And move var-exporter into the main composer require
- https://github.com/deployphp/deployer/pull/3453#issuecomment-1497248859

* DD#0000: feat: Reverted composer updates

* DD#0000: feat: Updated docs

* DD#0000: feat: Updated replace to use preg to make sure it only checks beginning of string
Updated readme use better grammer

* DD#0000: feat: Updated md docs
2023-07-04 10:57:38 +02:00
antonmedv
80dcf8d5ec [automatic] Update docs with bin/docgen 2023-06-16 10:01:27 +00:00
antonmedv
c5d1d839b5 [automatic] Update docs with bin/docgen 2023-06-14 13:00:42 +00:00
Philipp Bammes
8d23bac440
Fix typo in rollback.php (#3617)
* Fix typo in `rollback.php`

* Fix typos in `rollback.php`

* `php bin/docgen`
2023-06-12 09:27:24 +02:00
Sam James
ed28cb1cba
Fix/m2 artifact success (#3601)
* Call deploy:success at the end of Magento 2 Artifact Finish

* Regenerated Docs
2023-05-18 14:09:22 +02:00
antonmedv
840b2071cb [automatic] Update docs with bin/docgen 2023-04-29 10:48:06 +00:00
Ferenc Papp
68deaa7aaf
Added migrate task to Yii recipe (#3563)
* Added migrate task to Yii recipe

Resolves #3559

* Changed path and PHP executable to be more generic

* Added doc entry.

* Added --interactive=0 flag so that migrations will run automatically.
2023-04-12 13:52:58 +02:00
antonmedv
188668d8b6 [automatic] Update docs with bin/docgen 2023-04-10 09:27:51 +00:00
jamsch
f075f88406
fix(docs): typos in supervisord-monitor example (#3564) 2023-04-06 07:59:49 +02:00
Tom Scott-Malden
7fa09a2299
Magento 2: Cache key id prefix (#3453) 2023-03-30 17:34:07 +02:00
Pavel Bychko
f3bafec466
Add Laravel Nova task to recipe/laravel (#3548)
* Add Laravel Nova task to recipe/laravel

* Update docs
2023-03-27 23:08:34 +02:00