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

Merge pull request #1947 from InFog/remove_file_task

updated remote_file's doc
This commit is contained in:
Matt Brictson 2017-10-25 21:04:06 -07:00 committed by GitHub
commit f1efe3ee24

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.