Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
node-stats
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nazarf
node-stats
Commits
782474de
Commit
782474de
authored
Dec 12, 2019
by
nazarf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set base config
parent
545fccef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Capfile
Capfile
+2
-2
production.rb
config/deploy/production.rb
+1
-0
No files found.
Capfile
View file @
782474de
...
...
@@ -14,8 +14,8 @@ require 'capistrano/bundler'
require
'capistrano/rails'
require
'capistrano/faster_assets'
require
'capistrano/scm/
svn
'
install_plugin
Capistrano
::
SCM
::
Svn
require
'capistrano/scm/
git
'
install_plugin
Capistrano
::
SCM
::
Git
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir
.
glob
(
'lib/capistrano/tasks/*.rake'
).
each
{
|
r
|
import
r
}
...
...
config/deploy/production.rb
View file @
782474de
server
'192.168.252.253'
,
user:
'deploy'
,
roles:
%w{app db web}
# set :rvm_custom_path, '/usr/local/rvm' # only needed if not detected
set
:branch
,
ENV
[
'BRANCH'
]
if
ENV
[
'BRANCH'
]
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