diff options
| author | Michel Etienne | 2014-07-23 10:38:39 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-07-23 10:38:39 +0200 |
| commit | 98c377c231abd19343a6163c396b4489fca14ef2 (patch) | |
| tree | cf00ac71cfb92a89c8acde8d306956a80846824e /config/deploy.rb | |
| parent | 08c0bce019481d54f07d67de79061b791dc51a9d (diff) | |
| download | chouette-core-98c377c231abd19343a6163c396b4489fca14ef2.tar.bz2 | |
manage tags on time_table , Mantis 26833
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index c3dbb5db5..5d3324c74 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -12,7 +12,7 @@ set :group_writable, true set :rake, "bundle exec rake" set :keep_releases, 4 set :rails_env, "production" #added for delayed job -set :user, "mflorisson" +set :user, "metienne" set :deploy_via, :copy set :copy_via, :scp set :copy_exclude, ".git/*" |
