Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VietTH-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
4
Merge Requests
4
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
Tran Hoang Viet
VietTH-VenShop
Commits
df5717f4
Commit
df5717f4
authored
Jul 20, 2015
by
Tran Hoang Viet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VietTH: Move server to koding.io
parent
89e7a441
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
config/deploy.rb
+1
-1
config/deploy/production.rb
+4
-4
config/unicorn/production.rb
+1
-1
No files found.
config/deploy.rb
View file @
df5717f4
# config valid only for current version of Capistrano
lock
'3.4.0'
set
:application
,
'v
ietth
'
set
:application
,
'v
enshop
'
set
:pty
,
false
# set :branch, 'master'
...
...
config/deploy/production.rb
View file @
df5717f4
set
:port
,
22
set
:user
,
'
ventura
'
set
:user
,
'
alicuche
'
set
:deploy_via
,
:remote_cache
set
:use_sudo
,
false
set
:repo_url
,
'git@
gitlab.zigexn.vn:vietth/VietTH-VenS
hop.git'
set
:repo_url
,
'git@
bitbucket.org:alicuche/vens
hop.git'
server
'
192.168.1.204
'
,
server
'
alicuche.koding.io
'
,
roles:
[
:web
,
:app
,
:db
],
port:
fetch
(
:port
),
user:
fetch
(
:user
),
primary:
true
set
:deploy_to
,
"/
web/training
/
#{
fetch
(
:application
)
}
"
set
:deploy_to
,
"/
home/alicuche/Web
/
#{
fetch
(
:application
)
}
"
set
:ssh_options
,
{
forward_agent:
true
,
...
...
config/unicorn/production.rb
View file @
df5717f4
root
=
"/
web/training/vietth
/current"
root
=
"/
home/alicuche/Web/venshop
/current"
working_directory
root
pid
"
#{
root
}
/tmp/pids/unicorn.pid"
...
...
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