mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
6efd009569
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@3786 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
3 lines
72 B
Ruby
3 lines
72 B
Ruby
Capistrano.configuration(:must_exist).load do
|
|
set :gateway, "foo"
|
|
end
|