Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venshop
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
Tan Phat Nguyen
venshop
Commits
e75398e8
Commit
e75398e8
authored
Nov 26, 2014
by
Tan Phat Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy
parent
4a495051
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
config/deploy.rb
+0
-2
config/deploy/production.rb
+2
-2
No files found.
config/deploy.rb
View file @
e75398e8
...
@@ -31,8 +31,6 @@ set :linked_files, %w{config/database.yml}
...
@@ -31,8 +31,6 @@ set :linked_files, %w{config/database.yml}
# Default value for linked_dirs is []
# Default value for linked_dirs is []
set
:linked_dirs
,
%w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
set
:linked_dirs
,
%w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
set
:assets_roles
,
[
:app
]
# Default value for default_env is {}
# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
...
...
config/deploy/production.rb
View file @
e75398e8
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
role
:app
,
%w{192.168.1.204}
role
:app
,
%w{192.168.1.204}
# role :app, %w{128.199.154.62}
# role :app, %w{128.199.154.62}
# role :web, %w{deploy@example.com
}
role
:web
,
%w{192.168.1.204
}
# role :db, %w{deploy@example.com
}
role
:db
,
%w{192.168.1.204
}
# Extended Server Syntax
# Extended Server Syntax
...
...
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