2903 Commits

Author SHA1 Message Date
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
fliespl
af6f878b71
use md5 of task name for section id in gitlab ci (#3817)
Resolves #3787
2024-04-22 01:50:01 +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
Dr. Ulrich Thomas Gabor
d34b80f3f2
Shopware: Added deploy:update_code (#3816)
Added an exemplary `deploy:update_code` task.
2024-04-18 17:24:58 +02:00
antonmedv
682d48a8a9 [automatic] Update docs with bin/docgen 2024-04-18 09:00:09 +00:00
Martín Gómez
99d18ead5e
Update nodejs to LTS version (#3815) 2024-04-18 10:59:53 +02:00
Anton Medvedev
a3bab59d44
Update LICENSE 2024-04-17 23:19:58 +02:00
Anton Medvedev
ebb1d27b8f
Update sync.yml 2024-04-17 23:16:09 +02:00
Anton Medvedev
18f3a27640
Update config.yml 2024-04-17 23:14:27 +02:00
Anton Medvedev
b5a3801172
Update release.yml 2024-04-17 22:58:23 +02:00
Anton Medvedev
fd85c1fc73
Update release.yml 2024-04-17 22:54:59 +02:00
peterjaap
a8a16c755e [automatic] Update docs with bin/docgen 2024-04-16 09:18:32 +00:00
Dr. Ulrich Thomas Gabor
059fa07941
Shopware has switched to .env.local (#3810)
Shopware has switched to `.env.local` for modifications, whereas the `.env` provides sane defaults.
2024-04-16 11:18:11 +02: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
Corey Worrell
158181312b
Fix the command filter to rekey the array (#3796) 2024-03-28 07:36:25 +01:00
Benoît Chantre
80627a6883
Update actions/checkout and actions/cache to v4 (#3793) 2024-03-23 23:05:43 +01:00
Anton Medvedev
caadedd469
Update README.md 2024-03-21 13:41:40 +01:00
Propaganistas
ef0087d988
Add release name to deploy:info (#3783)
* add release name to info

* failsafe for initial deployment
2024-02-26 14:30:43 +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
Martijn Cuppens
f92cb4bbea
Increase upload_max_filesize to 128M (#3770) 2024-01-25 00:06:29 +01:00
antonmedv
8373c291ec [automatic] Update docs with bin/docgen 2024-01-12 11:21:54 +00:00
Martijn Cuppens
857b8a4357
Move Caddy file in to separate file (#3765) 2024-01-12 12:21:36 +01:00
Martijn Cuppens
a5bc3d8db5
Create parent folders if needed (#3764)
See https://man7.org/linux/man-pages/man1/mkdir.1.html
2024-01-11 13:32:51 +01:00
antonmedv
2e0e62aa16 [automatic] Update docs with bin/docgen 2024-01-11 10:42:00 +00:00
Martijn Cuppens
1c4f208938
Switch to owner change instead of shh user change (#3763)
Fixes https://github.com/deployphp/deployer/issues/3542
2024-01-11 11:41:42 +01:00
Martijn Cuppens
b053223bd4
Don't show warning if become parameter is set to root (#3761) 2024-01-09 19:28:25 +01: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
ioanok
a0a21e22a3
contrib: fix creating cron jobs first time 2023-11-21 16:31:14 +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
Marc Rodriguez
cb28eb82ff
Fix issue provoked after adding array casting and returning empty fcgi parameter to the command (#3724) 2023-11-08 07:30:36 +01: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
Nicolas Lemoine
6ce69c5dd2
Fix test function (#3717)
Prevents line breaks that might be outputed in `run` return to break condition.
2023-10-27 14:31:41 +02: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