diff options
| author | mo k <mo@mokhan.ca> | 2012-10-12 23:05:18 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-10-12 23:05:18 -0600 |
| commit | 1934bd36082cbc0b474ac648bc5d182e8ec7ef1b (patch) | |
| tree | ad9f3e0ae3688055f291ef144d9cbd09f4d21b8a | |
| parent | 9851105ca12a17d17a1ef5cf510bd4b39a152a0b (diff) | |
remove password from deploy.rb and use staging.cakeside.com as server name.
| -rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 62f3386a..dfecaec8 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -10,7 +10,6 @@ require 'capistrano/gitflow' set :application, "www.cakeside.com" set :deploy_via, :remote_cache set :user, "cakeside" -set :password, "password" set :group, "rvm" set :use_sudo, false set :deploy_to, "/home/cakeside/apps/#{application}" |
