2926 Commits

Author SHA1 Message Date
Dominik Schilling
1fb2d6f3cd
Simplify loop in releases_list (#3471)
* Avoid calling count() in loop
* Remove extra variable for release name
* Reverse the array before for clarity
2023-01-30 21:19:57 +01:00
Fabian Schmengler /
8a94172fd5
Magento: Fix artifact_path generation (#3459)
* Magento: Fix artifact_path generation

- Fix 1. Add -p parameter to mkdir command
   {{artifact_path}} could be configured with multiple folders such as build/artifacts
- Fix 2. run() -> runLocally()
   The {{artifact_dir}} is used to keep artifacts archive file.
   It should be called at CI server only and not at target server.
   Then the task `artifact:upload` uploads this file at target server host under {{release_path}}.
   It is not needed to have {{artifact_dir}} at target server.

* Update docs
2023-01-30 21:15:09 +01:00
guvra
30c66cee47
Add an option to build magento artifact from the repository (#3456) 2023-01-30 21:14:51 +01:00
Fabian Schmengler /
1bc90e8442
Update default cachetool version to 9.0.0 (PHP 8.1 compatible) (#3462)
* Update default cachetool version to 9.0.0 (PHP 8.1 compatible)

* Update docs
2023-01-26 15:03:24 +01:00
Daniel
65dc1413d3
Update UPGRADE.md (#3458) 2023-01-24 21:47:54 +01:00
Stephen Ostrow
6b354c2e89
update writable deploy recipe to use release_or_current_path (#3449)
Updating this task to use release_or_current_path (from #2486)  will allow the writable task to be used outside of deployment
v7.1.2
2023-01-16 11:04:32 +01:00
Anton Medvedev
a60fd54e8e Fix PostgreSQL provisioning 2023-01-15 18:39:43 +01:00
Anton Medvedev
3d68ee55c7 Fix PostgresDB user creation 2023-01-15 17:35:05 +01:00
alexgit2k
a14383ba59
Show failed tasks for CI-environments (#3446)
* Call endTask on errors

* Handle errors at endTask
2023-01-13 11:55:07 +01:00
Benoît Chantre
91c72607f6
Fix NodeJS 12 warning: update EndBug/add-and-commit action (#3442) 2023-01-12 23:05:07 +01:00
Benoît Chantre
183d026612
Replace unmaintained satackey/push-prebuilt-action by a maintained fork (#3437) 2023-01-11 23:22:01 +01:00
Benoît Chantre
1a4d417f87
Fix Node.js 12 actions are deprecated (#3435) 2023-01-11 22:09:32 +01:00
Benoît Chantre
1b11e19a7c
Fix set-output command is deprecated and will be disabled soon (#3436) 2023-01-11 22:09:08 +01:00
Anton Medvedev
f6e6dbde48 Add "new version" banners on release 2023-01-10 14:43:43 +01:00
Anton Medvedev
a809e82459 Revert "Fixes #3365 (#3400)"
This reverts commit 37142c6d6169f95bc1b3e3dba28b180e78576f8f.
2023-01-09 11:11:55 +01:00
Fran Moreno
4370751c43
Make Deployer work with PHP 8.2 (#3422)
* Make Deployer 7.0.2 work with PHP 8.2

Closes #3399

* Pin symfony/console to minimum version 5.4.9

* Update lock file

* Add a job to test with PHP 8.2

* Bump phpspec/prophecy

Co-authored-by: Stefano Kowalke <info@arroba-it.de>
2023-01-09 10:25:55 +01:00
Anton Medvedev
33e58faba2 Update symfony/console to ^5.4.9 2023-01-09 10:16:18 +01:00
Anton Medvedev
439669f4aa Update symfony/console to ^5.4.9 2023-01-09 10:04:17 +01:00
Anton Medvedev
cc40df0348 Test on php 8.2 as well 2023-01-09 10:02:08 +01:00
Anton Medvedev
3304d6f977 Revert "Composer update"
This reverts commit 82f500e950eb99cf4640cccfdb86c6035919d5c5.
2023-01-09 09:57:08 +01:00
Anton Medvedev
82f500e950 Composer update 2023-01-08 22:26:53 +01:00
antonmedv
61378a3828 [automatic] Update docs with bin/docgen 2023-01-08 20:46:33 +00:00
Wilfried Wolf
2078514738
Feature/magento2 artifact deployment (#3317)
* adds sticky to writable recipe

chgrp for all files, chmod g+rwxs for directories, chmod g+rw for files

* adds artifact deployment for magento2 recipe

* Updates Documentation

* removes mode that has been submitted in other MR

* adds divers discussion results from PR #3317

- uses contrib/cachetool
- removes task build:prepare-env
- comments additional_shared_files and additonal_shared_dirs
- avoids invoke()

* updates docs

* corrects additional shared

Co-authored-by: Anton Medvedev <anton@medv.io>
2023-01-08 21:46:15 +01:00
Torben Höhn
492cd97945
add pub/static/_cache as shared_dir (#3343) 2023-01-08 21:35:48 +01:00
robertsimionescu
dfd89e254f
moved newrelic endpoint to config and used it when posting to api (#3374)
* moved newrelic endpoint to config and used it when posting to api

* ran bin/docgen for the commit

* mentioned the new setting for documentation

Co-authored-by: RobertOS <robert.simionescu@gmail.com>
2023-01-08 21:34:11 +01:00
Fabian Schmengler /
8888e5be86
Use include path when importing YAML files (#3377) 2023-01-08 21:32:35 +01:00
antonmedv
cc7d41bb55 [automatic] Update docs with bin/docgen 2023-01-07 22:43:38 +00:00
Vladimir Varlamov
881f853a07
Laravel recipe: Add horizon publish command (#3425)
One of base command to publish your application with Horizon
```
$ php artisan horizon:publish
Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
Publishing complete.
```
2023-01-07 23:43:14 +01:00
Stephen Moon
1f5cfb25c2
Documentation edits (#3417)
* Add "a" to sentence
* Altered sentence structure
* Altered paragraph slightly
* Joined sentences in paragraph
* Added few words to paragraph
* Remove brackets. Make a new sentence
* Alter sentence
* Add "the"
2022-12-30 18:15:37 +01:00
antonmedv
1da73c2836 [automatic] Update docs with bin/docgen 2022-12-15 15:59:48 +00:00
Giorgio Pogliani
e3262b3114
Add CraftCMS recipe (#3405)
* Create craftcms.php

* Update descriptions
2022-12-15 16:59:25 +01:00
AbhishekKr
b0207b2266
Add Cloudflare API Token support for auth, domain optional if zone_id provided (#3406)
Signed-off-by: AbhishekKr <abhikumar163@gmail.com>

Signed-off-by: AbhishekKr <abhikumar163@gmail.com>
2022-12-15 16:58:20 +01:00
Thomas Navarro
60e5e35a44
Adding --yes flag to Caddy gpg command (#3407)
Adding --yes flag to Caddy gpg command
2022-12-15 16:06:57 +01:00
Fabian Blechschmidt
37142c6d61
Fixes #3365 (#3400)
In before and after the order of execution was reversed. This is counter intuitiv, therefore we change it.
2022-12-11 16:13:35 +01:00
David Lambauer
8690ad78c4
Added more details for ssh forwarding and multiplexing (#3395) 2022-12-05 20:16:18 +01:00
Julián Garcés Rodríguez
bc708bec86
Added the laravel default folder storage/framework/cache to writable folders array (#3302)
* added storage/framework/cache/data as writable folder

* regenerate docs
2022-10-27 09:36:02 +02:00
Gerard Forcada
d5241acf02
Laravel recipe: Skip database tasks if .env is missing (#3359) 2022-10-26 14:28:01 +02:00
antonmedv
bf65435cba [automatic] Update docs with bin/docgen 2022-10-17 07:11:22 +00:00
Michael van Schaik
64408af36c
Add some notes on rsync --exclude option (#3350)
Fixes #3349
2022-10-17 09:11:02 +02:00
Rafael Neris
a3575a16fa
Fix: #3319 - Receiving variables db_user and db_name (#3351) 2022-10-17 09:06:37 +02:00
antonmedv
de509b115e [automatic] Update docs with bin/docgen 2022-10-04 19:26:14 +00:00
Anton Medvedev
9fa0d8f4a3
Remove default value for previous_release
Fixes #3318
2022-10-04 21:25:50 +02:00
Colin O'Dell
d3156ff60d
Escape metainfo to prevent bash syntax errors (#3328) 2022-10-02 21:36:34 +02:00
peterjaap
f39ae1a29a [automatic] Update docs with bin/docgen 2022-09-30 11:28:39 +00:00
Dr. Ulrich Thomas Gabor
eaf30607f0
Removed temporary workaround as it is for a version which is a year old (#3325) 2022-09-30 13:28:18 +02:00
Wilfried Wolf
6d759ef372
Feature/additional writable modes (#3316)
* adds sticky and skip mode

Sticky means, that the command-line-user and the http-user are different but share the same group. This mode add a sticky bit to directories and adds writeable for group to all files.
Skip just skips this in case the interactiv user and the http user are equal

* adds comments to file

* updates documentation
2022-09-22 22:45:48 +02:00
Stephan Großberndt
ac74d0188a
Fix typo for SSH_KNOWN_HOSTS in CI/CD docs (#3310) 2022-09-21 11:04:31 +02:00
Anton Medvedev
6113e5e4f5 Improve docs 2022-09-12 12:53:42 +02:00
Anton Medvedev
4bdf95ebda Update docs 2022-09-12 12:29:44 +02:00
Anton Medvedev
1c897e587d New recipes docs intro 2022-09-12 11:40:11 +02:00