2793 Commits

Author SHA1 Message Date
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
Sascha Nos
e89f38b8bf
fix non-existing method (#3296)
Co-authored-by: Sascha Nos <netz@sascha-nos.com>
2022-09-12 10:26:36 +02:00
Anton Medvedev
5c3c72b2fe
Update README.md 2022-09-11 10:33:45 +02:00
Anton Medvedev
5e26ba672e
Delete dependabot.yml 2022-09-11 10:32:59 +02:00
antonmedv
260ac590e1 [automatic] Update docs with bin/docgen 2022-09-10 07:35:16 +00:00
Anton Medvedev
7783299378 Only delete symlink on broken release
This is safe to do as we keep track of successful releases.
2022-09-10 09:34:55 +02:00
Anton Medvedev
9bd7b48b87 Remove validate config 2022-09-10 09:29:09 +02:00
antonmedv
88cb11a909 [automatic] Update docs with bin/docgen 2022-09-10 07:18:47 +00:00
Anton Medvedev
377970ef24 Improve error message: show next free release 2022-09-10 09:18:22 +02:00
antonmedv
77723519c4 [automatic] Update docs with bin/docgen 2022-09-10 07:10:34 +00:00
Anton Medvedev
ed626d4b19 Add exception to accessing previous_release outside of release. 2022-09-10 09:10:09 +02:00
Anton Medvedev
2c3a975624 Update UPGRADE.md 2022-09-10 08:47:36 +02:00
Anton Medvedev
9676945fa3 Update documentation about selectors 2022-09-09 19:34:05 +02:00
Anton Medvedev
f0f8116c51 Fix banner 2022-09-09 19:33:48 +02:00
Anton Medvedev
05b09c4315 Add selector docs 2022-09-07 22:25:12 +02:00
Anton Medvedev
5e5e978340 Use medv.io for deployer 2022-09-07 22:24:58 +02:00
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