回答編集履歴
1
秘密情報修正
answer
CHANGED
@@ -63,13 +63,13 @@
|
|
63
63
|
lock '3.7.1'
|
64
64
|
|
65
65
|
set :application, 'third_app'
|
66
|
-
set :repo_url, '
|
66
|
+
set :repo_url, 'zzzzzzzzzzzzzzzzzzzzzzzzzzz'
|
67
67
|
set :deploy_to, '/home/deploy/staging'
|
68
68
|
set :pty, true
|
69
69
|
set :rbenv_ruby, '2.3.1'
|
70
70
|
set :scm, :git★削除★
|
71
71
|
set :rbenv_type, :system
|
72
|
-
set :ssh_options, :port => "
|
72
|
+
set :ssh_options, :port => "xxxxxxxxxxx"
|
73
73
|
```
|
74
74
|
|
75
75
|
|