回答編集履歴
1
秘密情報修正
test
CHANGED
@@ -128,7 +128,7 @@
|
|
128
128
|
|
129
129
|
set :application, 'third_app'
|
130
130
|
|
131
|
-
set :repo_url, '
|
131
|
+
set :repo_url, 'zzzzzzzzzzzzzzzzzzzzzzzzzzz'
|
132
132
|
|
133
133
|
set :deploy_to, '/home/deploy/staging'
|
134
134
|
|
@@ -140,7 +140,7 @@
|
|
140
140
|
|
141
141
|
set :rbenv_type, :system
|
142
142
|
|
143
|
-
set :ssh_options, :port => "
|
143
|
+
set :ssh_options, :port => "xxxxxxxxxxx"
|
144
144
|
|
145
145
|
```
|
146
146
|
|