We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c744a26 commit 78e7d74Copy full SHA for 78e7d74
.gitignore
@@ -15,4 +15,5 @@ db/*.sqlite3
15
database.yml
16
schema.rb
17
public/data
18
-config/twitter.yml
+config/twitter.yml
19
+.rsync_cache
config/deploy/production.rb
@@ -1,6 +1,6 @@
1
set :user, 'mongrel'
2
3
-set :rails_env, 'staging'
+# set :rails_env, 'production'
4
5
set :deploy_to, "/home/mongrel/railsapps/#{application}"
6
0 commit comments