Skip to content

Commit

Permalink
feat(cli,website): presigned urls (#179)
Browse files Browse the repository at this point in the history
* 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
QuiiBz authored Oct 13, 2022
1 parent 691c439 commit d5d3759
Show file tree
Hide file tree
Showing 14 changed files with 793 additions and 1,204 deletions.
6 changes: 6 additions & 0 deletions .changeset/lovely-countries-design.md
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
5 changes: 5 additions & 0 deletions .changeset/unlucky-ravens-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lagon/cli': patch
---

Fix HTTPS requests error
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt install -yq --no-install-suggests --no-install-recommends \
binfmt-support g++-10-aarch64-linux-gnu g++-10-multilib \
gcc-10-aarch64-linux-gnu libc6-arm64-cross qemu qemu-user \
qemu-user-binfmt
qemu-user-binfmt libssl-dev gcc-aarch64-linux-gnu
sudo ln -s /usr/aarch64-linux-gnu/lib/ld-linux-aarch64.so.1 \
/lib/ld-linux-aarch64.so.1
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc-10" >> ${GITHUB_ENV}
Expand Down
Loading

0 comments on commit d5d3759

Please sign in to comment.