Skip to content

Commit

Permalink
Use correct name for heroku S3 path.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Mar 31, 2016
1 parent 7b02ffb commit f05b27d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/deploy.sh
Expand Up @@ -161,13 +161,9 @@ function rbx_deploy_heroku_binary {
url="$(rbx_url_prefix "$bucket")"
name="$(rbx_heroku_release_name)"

ls "$name"*

for ext in "${file_exts[@]}"; do
ls "$name$ext"

if [[ -f $name$ext ]]; then
rbx_s3_upload "$url" "$bucket" "$name$ext" "$name$ext" "/ubuntu/cedar-14/" ||
rbx_s3_upload "$url" "$bucket" "$name$ext" "$name$ext" "/heroku/cedar-14/" ||
fail "unable to upload file"
fi
done
Expand Down

0 comments on commit f05b27d

Please sign in to comment.