-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli,website): presigned urls (#179)
* feat(cli,website): presigned urls * refactor(website): remove commented uploading * feat: set current deployment when files are uploaded * fix(website): remove current deployment before assigning current * chore: add changesets * fix(cli): lint errors * ci: add libssl-dev * chore(cli): hyper-tls vendored * chore: add libssl-dev * chore: install gcc-aarch64-linux-gnu
- Loading branch information
Showing
14 changed files
with
793 additions
and
1,204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@lagon/cli': patch | ||
'@lagon/website': patch | ||
--- | ||
|
||
Using presigned URLs for file uploads |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@lagon/cli': patch | ||
--- | ||
|
||
Fix HTTPS requests error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.