mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #713 from kirs/patch-7
Default stage template cleanup
This commit is contained in:
commit
bdd3afb8dd
2 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
set :stage, :<%= stage %>
|
|
||||||
|
|
||||||
# Simple Role Syntax
|
# Simple Role Syntax
|
||||||
# ==================
|
# ==================
|
||||||
# Supports bulk-adding hosts to roles, the primary
|
# Supports bulk-adding hosts to roles, the primary
|
||||||
|
|
|
@ -8,7 +8,6 @@ module TestApp
|
||||||
|
|
||||||
def default_config
|
def default_config
|
||||||
%{
|
%{
|
||||||
set :stage, :#{stage}
|
|
||||||
set :deploy_to, '#{deploy_to}'
|
set :deploy_to, '#{deploy_to}'
|
||||||
set :repo_url, 'git://github.com/capistrano/capistrano.git'
|
set :repo_url, 'git://github.com/capistrano/capistrano.git'
|
||||||
set :branch, 'v3'
|
set :branch, 'v3'
|
||||||
|
|
Loading…
Reference in a new issue