Skip to content

Commit 4270aaf

Browse files
committed
Update heroku.md
Fix typo.
1 parent 7506f84 commit 4270aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/heroku.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When you see `rake assets:precompile` during deployment. Heroku is actually runn
1515

1616
This means the *RAILS_ENV* you have set via *heroku:config* is not used.
1717

18-
**Workaround:** you could have just one S3 bucket dedicated to assets and ensure to set keep the existing remote files
18+
**Workaround:** you could have just one S3 bucket dedicated to assets and configure `AssetSync` to not delete existing files:
1919

2020
AssetSync.configure do |config|
2121
...
@@ -33,4 +33,4 @@ Currently when heroku runs `rake assets:precompile` during deployment. It does n
3333
config.aws_access_key_id = 'xxx'
3434
config.aws_secret_access_key = 'xxx'
3535
config.fog_directory = 'mybucket'
36-
end
36+
end

0 commit comments

Comments
 (0)