2869 Commits

Author SHA1 Message Date
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
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
Corey Worrell
0cf5d18591
Filter out empty rsync command arguments (#3686)
Fixes #3683
2023-09-12 16:16:27 +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
Tobias Banaszak
e3faebe878
Fix output of elapsed time in section markers in gitlab (#3664)
According to this https://docs.gitlab.com/ee/ci/jobs/#custom-collapsible-section, we need to provide a unix timestamp in seconds, not in milliseconds.
2023-08-07 12:28:33 +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
Itay Raz
37eef8489b
use {{bin/magento}} to build static content (#3651) 2023-07-25 17:25:59 +02:00
Gregor Harlan
adbac8da4c
SshCommand: Fix host selection (#3649) 2023-07-23 22:52:34 +02:00
Vladimir Butov
adbb4b774c
fix completion templates skipping (#3639) 2023-07-16 09:57:42 +02:00
Anton Medvedev
15c8f30ec0
Update README.md 2023-07-06 12:10:21 +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
Simon R Jones
ae6531211c
Add .env to shared, remove unecessary writable config (#3620) 2023-06-16 12:01:02 +02:00
antonmedv
c5d1d839b5 [automatic] Update docs with bin/docgen 2023-06-14 13:00:42 +00:00
Alex
981d5f6fe2
Update php.php to 8.2 (#3619) 2023-06-14 15:00:13 +02: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
xavgru12
87f196ebcd
changes for using latest shopware flex template (#3586) 2023-04-29 12:47:42 +02:00
Alies Lapatsin
e048158ce4
Add an option to don't show banner after a task (#3578) 2023-04-21 15:04:01 +02: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
Anton Medvedev
769bd9d140
Use fx 2023-04-12 11:07:00 +02:00
antonmedv
188668d8b6 [automatic] Update docs with bin/docgen 2023-04-10 09:27:51 +00:00
Massimiliano Arione
3dd66bda82
add log_files to Symfony recipe (#3572) 2023-04-10 11:27:30 +02:00
jamsch
f075f88406
fix(docs): typos in supervisord-monitor example (#3564) 2023-04-06 07:59:49 +02:00
Anton Medvedev
d99377d71e
Update release.yml 2023-04-05 11:22:42 +02:00
Anton Medvedev
855a8253c9
Update release.yml 2023-04-05 11:18:47 +02:00
guvra
4a40c60afb
Fix artifact file generation when "from_repo" option is enabled (#3560) 2023-04-05 11:15:42 +02:00
Anton Medvedev
2f4bf4d7b6
Update release.yml 2023-04-05 11:12:59 +02:00
Anton Medvedev
dba364f615
Update release.yml 2023-04-05 10:58:41 +02:00