-
Notifications
You must be signed in to change notification settings - Fork 335
Conversation
@@ -70,15 +69,15 @@ pub fn upload( | |||
message::info("Uploading updated files..."); | |||
} | |||
|
|||
upload_files(target, user, &site_namespace.id, to_upload)?; | |||
bulk::put(target, user, &site_namespace.id, to_upload, &None)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we use a progress bar here? didn't before but can add.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would make sense to me, right now it just says nothing and it might look like it's hanging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good to me and after testing I got good behavior.
Built successfully, built project size is 12 KiB.
Using namespace for Workers Site "__site-workers_sites_assets"
Success
Uploading site files
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 11001/11001
Done Uploading
Successfully published your script to https://site.ftc.workers.dev
Deleting stale files...
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 11001/11001
Done deleting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested this, it works and it looks like good programming
fixes #1398