Commit 1b6a11f1 by Quang Vinh Nguyen

test capistrano 02

parent 0c5cc316
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
set :stage, :production set :stage, :production
set :rails_env, :production set :rails_env, :production
set :branch, "master" set :branch, "test-capistrano"
# server "<MACHINE_IP>", user: "<LOGIN_USER>", roles: %w{app db web} # server "<MACHINE_IP>", user: "<LOGIN_USER>", roles: %w{app db web}
server "192.168.1.74", user: "admin", roles: %w{app db web} server "192.168.1.74", user: "admin", roles: %w{app db web}
\ No newline at end of file
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