Skip to content

Commit 78e7d74

Browse files
author
Sven Klever
committed
updated gitignore and hopefully fixed cap conf for prod env
1 parent c744a26 commit 78e7d74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ db/*.sqlite3
1515
database.yml
1616
schema.rb
1717
public/data
18-
config/twitter.yml
18+
config/twitter.yml
19+
.rsync_cache

config/deploy/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set :user, 'mongrel'
22

3-
set :rails_env, 'staging'
3+
# set :rails_env, 'production'
44

55
set :deploy_to, "/home/mongrel/railsapps/#{application}"
66

0 commit comments

Comments
 (0)