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
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/static/configuration.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,6 @@ If you have followed the instructions on the [Setup](/guides/setup/local_machine
14
14
The **deploy.rb** is our global configuration. Everything inside can be overriden by stage-specific settings and tasks, i.e. **deploy/dev.rb**. Every variable we're using can be read by **fetch(:variable_name)** within our configuration.
15
15
16
16
{% highlight ruby %}
17
-
# config valid only for current version of Capistrano
0 commit comments