You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
|`:scm`|Symbol|`:copy`|Capistrano Source Control System. Possible Values: `:git`, `:hg`, `:svn`, `:copy`|
35
38
|`:copy_source`|String|`'htdocs'`|Directory, which gets copied onto target server. Example: `'.'`, `'htdocs'`, `'htdocs/sub_dir'`. *Note:* This configuration is only required for the copy strategy (`:copy`).|
@@ -51,6 +54,22 @@ If none of the above is true, most tasks will fall back to a text dialogue (unde
51
54
|`:bower_path`|String|Fetched from `:copy_source` variable|Directory to be used with `bower`|
52
55
|`:bower_paths`|String|Fetched as an array from `:copy_source` variable|Directories to be used with `bower` and the `run_all` task. Note: do not write multiple directories in `:copy_source` variable|
|`:create_caretaker_instance_keys_template`|String|Template is inside the gem in `vendor` dir | The path where an `ERB` template file is located. You could customize this, but is not advised |
67
+
|`:create_caretaker_instance_keys_path`|String|`"#{shared_path}/config/create_caretaker_instance_keys.php"`| Path on the server for php file that creates caretaker keys |
0 commit comments