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
8d55d3f1
Commit
8d55d3f1
authored
7 years ago
by
ifool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change deploy server config
parent
075bf899
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
config/deploy/dingtalk_aliyun.rb
+1
-1
config/deploy/dingtalk_aliyun_one.rb
+1
-1
config/deploy/wx.rb
+1
-1
No files found.
config/deploy/dingtalk_aliyun.rb
View file @
8d55d3f1
...
...
@@ -2,7 +2,7 @@
# ======================
# 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
'1
15.28.30.229
'
,
port:
40022
,
user:
'ikcrm_dev'
,
roles:
%w{app}
server
'1
39.129.165.218
'
,
port:
40022
,
user:
'ikcrm_dev'
,
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}
...
...
This diff is collapsed.
Click to expand it.
config/deploy/dingtalk_aliyun_one.rb
View file @
8d55d3f1
...
...
@@ -2,7 +2,7 @@
# ======================
# 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
'1
15.28.30.229
'
,
port:
40022
,
user:
'ikcrm_dev'
,
roles:
%w{app}
server
'1
39.129.165.218
'
,
port:
40022
,
user:
'ikcrm_dev'
,
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}
...
...
This diff is collapsed.
Click to expand it.
config/deploy/wx.rb
View file @
8d55d3f1
...
...
@@ -2,7 +2,7 @@
# ======================
# 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
'
211.159.218.202
'
,
port:
40022
,
user:
'ik_dev'
,
roles:
%w{app}
server
'
118.25.8.91
'
,
port:
40022
,
user:
'ik_dev'
,
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}
...
...
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