1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Commit graph

25 commits

Author SHA1 Message Date
Eric Londaits
15104dc4bf
Remove reference to the deprecated :scm variable (#2111)
The :scm variable was deprecated in v3.7
2022-08-01 07:08:39 -07:00
mohamed
b25e90c7a6
Rename verify_commit option to git_verify_commit
Conforming with naming conventions for git specific variables
2021-02-26 10:16:22 -08:00
mohamed
303366f215
Add a :verify_commit option
When :verify_commit is set to true, after updating the mirror
`git verify-commit <revision>` will be run on the revision that is
about to be deployed to check if it has a valid signature. This
will allow a user to be certain that the code they are about to
deploy was signed by an authorized author, and that they are not
in danger of deploying malicious code in an attack scenario such as
https://github.blog/2012-03-04-public-key-security-vulnerability-and-mitigation/
2021-01-19 09:49:02 -08:00
Rolandas Barysas
3fbbbd8f5b
Update docs website icons, optimize images (#2056)
* Add social icons, optimize images

* Fix manifest asset urls

* Fix ms tile image url

* Add favicon tag
2020-04-19 21:48:51 -07:00
Rolandas Barysas
50dd0ee4f3 Add prompt option for user input 2020-04-19 11:39:19 +03:00
Grzegorz Błaszczyk
92b2e617ef
#2049 Fix git_wait_interval - default set to 0 (#2050) 2020-03-03 20:24:10 -08:00
Grzegorz Błaszczyk
5e5d918f5e
Limit the number of concurrent git connections to 10, and make it configurable (#2044)
* (#2044) (#1957) Update git.rake - configurable max concurrent connections
Default git_max_concurrent_connections is set to 10 hosts per group.

Default git_wait_interval is set to 3 seconds.

This enables deployments for large number of servers with default Gitlab or similar git server configuration with default SSH settings (max 10 concurrent connections).

* ADD: rspec tests for default values

* UPDATE: docs/documentation/getting-started/configuration/index.markdown
2020-02-05 08:10:32 -08:00
Tien
6e85c69a44 Fix %x typo in local tasks example (#2040) 2019-10-26 08:50:48 -07:00
Philip Hallstrom
b8b0a00ba6 Update docs to reflect true default for :local_user
A change was made to the default for :local_user in

d947b25aa2

The docs weren't updated to reflect the new reality. They are now.
2018-10-08 10:31:17 -07:00
William Johnston
04455d9daf Switch a number of http links and dependencies to https 2018-06-24 11:22:13 -05:00
Matt Brictson
770a59568b
Recommend require: false in Gemfile
Capistrano gems shouldn't be loaded within a Rails (or any) app. They
are intended to be used by the cap command, not within Rails itself. At
best, `require: true` (the default) is unnecessary; at worst, it can
cause conflicts as encountered here:

https://stackoverflow.com/q/48493332/4625365

Update our docs to recommend `require: false` just to be safe.
2018-01-31 21:44:52 -08:00
Matt Brictson
9eb0b06f2c Configurable releases and shared folder name (rebase of #1890) (#1943)
* Configurable releases and shared directory name

* configurable releases and shared directory names changelog

* rspecs for custom folder configuration

* corrected changelog with pull request details

* reverting formatting changes that break build

* adding extra spaces to rspec

* extra new line removed, formatting errors from rspec

* Extend documentation with :shared_directory, :releases_directory, and :current_directory

* Do not warn about unrecognized *_directory vars
2017-10-22 17:53:16 -07:00
Rogelio J. Samour
3a96e88367 Include :deploy namespace in block example
Small tweak to the documentation on before/after hooks.
2017-10-16 10:12:09 -07:00
William Johnston
13af3d9063 Clarify that we are sharing code with RubyGems 2017-10-10 06:55:58 -05:00
William Johnston
e3754fb23b Initial draft of version locking documentation. Fixes #1929 2017-10-09 21:32:13 -05:00
Evaldo Junior
5dd84e7e17 Fixed wrong ask usage examples. (#1924)
* Fixed wrong `ask` usage examples.

* Removed redundant `set` from `ask` examples.

Also added some explanation about `ask` not prompting the user
immediately.
2017-10-05 11:13:10 -07:00
Evaldo Junior
255697d9f9 Added available options for :log_level and :format.
Also some explanation about the behaviour for :airbrussh.
2017-07-20 23:31:04 +02:00
rbq
a760b29351 Add :local_user setting to docs and generated config 2017-06-08 19:23:39 +02:00
Harry V. Kiselev
cb54892912 Update style for alert messages at documentation pages (#1847)
* Update style for alert messages at documentation pages. [skip ci]
2017-02-24 08:42:49 -08:00
Aaron Bonner
edd7a99763 Show correct format default
Format defaults changed from 'pretty' to 'airbrussh' in 3.5. Updating docs to reflect change.
2017-02-02 22:04:16 -05:00
Jeremy Bopp
109c2d205e Allow repo_url changes to be realized on existing hosts when using the Git SCM 2017-01-25 09:06:08 -06:00
maesitos
ad45992751 :linked_dirs
:linked_dirs wasn't clear to me
2016-12-16 21:37:51 +01:00
Mingan
cfe13e6e8c Add a hint for default setup 2016-11-29 21:24:39 +01:00
Mingan
3ad81900c0 Add a warning about changing :repo_url 2016-11-26 22:21:42 +01:00
Matt Brictson
9d62e3d7b6
Move gh-pages site to the docs/ folder 2016-08-23 18:04:57 -07:00