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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,8 @@ This is the core of Capistrano. In here you can set up all the variables Capistr
128
128
This is relative to the environment you want to deploy.
129
129
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`).
130
130
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.
132
133
***application_name** : this will be used for creating the symbolic link in your public folder
133
134
***linked_files** : these files will be symlinked from your shared folder inside your project folder
0 commit comments