mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
updated remote_file's doc
To make it visible it was removed on a previous release.
This commit is contained in:
parent
376e041168
commit
05e471e5c7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ title: Remote file task
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
**Warning: `remote_file` is deprecated and will be removed in Capistrano 3.7.0**
|
**Warning: `remote_file` is deprecated and was removed in Capistrano 3.7.0**
|
||||||
|
|
||||||
The `remote_file` task is allowing the existence of a remote file to be set as a prerequisite. These tasks can in turn depend on local files if required. In this implementation, the fact that we're dealing with a file in the shared path is assumed.
|
The `remote_file` task is allowing the existence of a remote file to be set as a prerequisite. These tasks can in turn depend on local files if required. In this implementation, the fact that we're dealing with a file in the shared path is assumed.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue