Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node_faye
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
Schedules
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ikcrm_common
node_faye
Commits
ef20e726
Commit
ef20e726
authored
6 years ago
by
ifool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update production, dingtalk, kingdee deploy server
parent
221b792b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
config/deploy/dingtalk.rb
+2
-2
config/deploy/kingdee.rb
+3
-3
config/deploy/production.rb
+3
-3
No files found.
config/deploy/dingtalk.rb
View file @
ef20e726
...
...
@@ -2,11 +2,11 @@
# ======================
# Defines a single server with a list of roles and multiple properties.
# You can define all roles on a single server, or split them:
server
'
115.28.30.229'
,
port:
40022
,
user:
'ikcrm_dev
'
,
roles:
%w{app}
server
'
47.105.39.179'
,
port:
40022
,
user:
'rb
'
,
roles:
%w{app}
# server "example.com", user: "deploy", roles: %w{app web}, other_property: :other_value
# server "db.example.com", user: "deploy", roles: %w{db}
set
:deploy_to
,
"/d
yne/apps
/node_faye_dingtalk_production"
set
:deploy_to
,
"/d
ata0/rb
/node_faye_dingtalk_production"
set
:faye_god_group
,
"node_faye_dingtalk"
# role-based syntax
...
...
This diff is collapsed.
Click to expand it.
config/deploy/kingdee.rb
View file @
ef20e726
...
...
@@ -2,12 +2,12 @@
# ======================
# Defines a single server with a list of roles and multiple properties.
# You can define all roles on a single server, or split them:
server
'
115.28.30.229'
,
port:
40022
,
user:
'ikcrm_dev
'
,
roles:
%w{app}
server
'
47.105.39.179'
,
port:
40022
,
user:
'rb
'
,
roles:
%w{app}
# server "example.com", user: "deploy", roles: %w{app web}, other_property: :other_value
# server "db.example.com", user: "deploy", roles: %w{db}
set
:deploy_to
,
"/d
yne/apps
/node_faye_kingdee_production"
set
:faye_god_group
,
"node_faye_
dingtalk
"
set
:deploy_to
,
"/d
ata0/rb
/node_faye_kingdee_production"
set
:faye_god_group
,
"node_faye_
kingdee
"
# role-based syntax
# ==================
...
...
This diff is collapsed.
Click to expand it.
config/deploy/production.rb
View file @
ef20e726
...
...
@@ -2,12 +2,12 @@
# ======================
# Defines a single server with a list of roles and multiple properties.
# You can define all roles on a single server, or split them:
server
'
115.28.30.229'
,
port:
40022
,
user:
'ikcrm_dev
'
,
roles:
%w{app}
server
'
47.105.39.179'
,
port:
40022
,
user:
'rb
'
,
roles:
%w{app}
# server "example.com", user: "deploy", roles: %w{app web}, other_property: :other_value
# server "db.example.com", user: "deploy", roles: %w{db}
set
:deploy_to
,
"/d
yne/apps
/node_faye_production"
set
:faye_god_group
,
"node_faye_
dingtalk
"
set
:deploy_to
,
"/d
ata0/rb
/node_faye_production"
set
:faye_god_group
,
"node_faye_
production
"
# role-based syntax
# ==================
...
...
This diff is collapsed.
Click to expand it.
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