Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f05b27d

Please sign in to comment.