Commit e75398e8 by Tan Phat Nguyen

deploy

parent 4a495051
...@@ -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" }
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment