Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
09d06742
Commit
09d06742
authored
May 01, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix footer link, cap config
parent
5baafc38
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/partials/_app_footer.html.slim
+1
-1
config/deploy.rb
+1
-1
config/deploy/production.rb
+1
-1
No files found.
app/views/partials/_app_footer.html.slim
View file @
09d06742
...
@@ -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
=
"http
s://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/deploy.rb
View file @
09d06742
# 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'
...
...
config/deploy/production.rb
View file @
09d06742
...
@@ -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)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment