1
0
Fork 0
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:
Evaldo Junior 2017-10-25 10:31:11 +02:00
parent 376e041168
commit 05e471e5c7

View file

@ -3,7 +3,7 @@ title: Remote file task
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.