Commit 09d06742 by tady

fix footer link, cap config

parent 5baafc38
...@@ -7,7 +7,7 @@ footer ...@@ -7,7 +7,7 @@ footer
|  |  |  | 
a data-target="#header-search-description" data-toggle="modal" href="#" Search a data-target="#header-search-description" data-toggle="modal" href="#" Search
|  |  |  | 
a href="https://help.github.com/articles/github-flavored-markdown" target="_blank" Markdown a href="http://bamka.info/wp-content/uploads/1686d2821a5a118a770e70e2fe50a14f.jpg" target="_blank" Markdown
|   |  
a href="https://travis-ci.org/tadyjp/rendezvous" a href="https://travis-ci.org/tadyjp/rendezvous"
img src="https://travis-ci.org/tadyjp/rendezvous.png"/ img src="https://travis-ci.org/tadyjp/rendezvous.png"/
......
# config valid only for Capistrano 3.1 # config valid only for Capistrano 3.1
lock '3.1.0' lock '3.2.0'
set :application, 'rendezvous' set :application, 'rendezvous'
set :repo_url, 'git@github.com:tadyjp/rendezvous.git' set :repo_url, 'git@github.com:tadyjp/rendezvous.git'
......
...@@ -21,7 +21,7 @@ role :db, %w{tady@rendezvous} ...@@ -21,7 +21,7 @@ role :db, %w{tady@rendezvous}
# you can see them in [net/ssh documentation](http://net-ssh.github.io/net-ssh/classes/Net/SSH.html#method-c-start) # you can see them in [net/ssh documentation](http://net-ssh.github.io/net-ssh/classes/Net/SSH.html#method-c-start)
# set it globally # set it globally
set :ssh_options, { set :ssh_options, {
keys: %w(/Users/tady/.ssh/id_rsa_07PC12), keys: %w(/Users/tady/.ssh/id_rsa),
forward_agent: true, forward_agent: true,
auth_methods: %w(publickey) auth_methods: %w(publickey)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment