FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
events.code4lib.org/Capfile at master · code4lib/events.code4lib.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code4lib
/
events.code4lib.org
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
events.code4lib.org
/
Capfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (22 loc) · 762 Bytes
Breadcrumbs
events.code4lib.org
/
Capfile
Copy path
File metadata and controls
25 lines (22 loc) · 762 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Load DSL and Setup Up Stages
require
'capistrano/setup'
# Includes default deployment tasks
require
'capistrano/deploy'
# Includes tasks from other gems included in your Gemfile
#
# For documentation on these, see for example:
#
# https://github.com/capistrano/rvm
# https://github.com/capistrano/rbenv
# https://github.com/capistrano/chruby
# https://github.com/capistrano/bundler
# https://github.com/capistrano/rails
#
# require 'capistrano/rvm'
# require 'capistrano/rbenv'
require
'capistrano/chruby'
require
'capistrano/bundler'
# require 'capistrano/rails/assets'
# require 'capistrano/rails/migrations'
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir
.
glob
(
'lib/capistrano/tasks/*.rake'
)
.
each
{
|
r
|
import
r
}
Back
|
FazBrowse Home
|
New Git URL