Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 94b20b8

Browse files
authored
Merge pull request #43 from dkdeploy/feature/Remove_capistrano_version_lock
Remove capistrano version lock in deploy.rb
2 parents 7254dac + 82a2907 commit 94b20b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

guides/static/configuration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ If you have followed the instructions on the [Setup](/guides/setup/local_machine
1414
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.
1515

1616
{% highlight ruby %}
17-
# config valid only for current version of Capistrano
18-
lock '3.5.0'
19-
2017
# the name of the application
2118
set :application, 'my-first-website'
2219

0 commit comments

Comments
 (0)