Skip to content

Commit 6299ca4

Browse files
committed
Merge branch 'release/v0.1.0'
2 parents 63bbb72 + 6f9ac2f commit 6299ca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ This is the core of Capistrano. In here you can set up all the variables Capistr
128128
This is relative to the environment you want to deploy.
129129
Feel free to create as many `.rb` files as you want inside this folder. You can then simply deploy one of them calling `bundle exec cap {filename} deploy` (eg. `bundle exec cap stage deploy`).
130130

131-
* **deploy_to** : the folder in where you want to deploy your project.
131+
* **deploy_dir** : the folder in where you want to deploy your project.
132+
* **deploy_to** : This is more specific to the current environment. Usually this is a subfolder of deploy_dir.
132133
* **application_name** : this will be used for creating the symbolic link in your public folder
133134
* **linked_files** : these files will be symlinked from your shared folder inside your project folder
134135
* **branch** : the git branch you want to deploy

0 commit comments

Comments
 (0)