We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69ef3e commit 00e855aCopy full SHA for 00e855a
rakelib/deploy.rake
@@ -49,7 +49,7 @@ task :deploy do
49
50
file_exts.each do |ext|
51
name = basename + ext
52
- key = prefix + name
+ key = path_prefix + name
53
s3.put_object bucket: bucket, key: key, body: File.read(name)
54
55
path = url_prefix + key
0 commit comments