Skip to content

Commit

Permalink
feat(cli): Fix auto deployment (#806)
Browse files Browse the repository at this point in the history
<!--
Pull requests are squashed and merged using:
- their title as the commit message
- their description as the commit body

Having a good title and description is important for the users to get
readable changelog.
-->

<!-- 1. Explain WHAT the change is about -->

- Upgrade lade-sdk
- Fix discovery
- Remove obsolete dep: actix-web

<!-- 2. Explain WHY the change cannot be made simpler -->

- `lade-sdk` uses the main branch, which now has the fix for the
following issues:
- dependency version conflict with
[deno](https://github.com/metatypedev/deno/blob/691f297537c4a3d9a12ce005c0478b4aee86287c/Cargo.toml#L179):
`url` is set at `<2.5.0`;
- required ProjectID error for infisical: the project id is added
explicitly on the command.

<!-- 3. Explain HOW users should update their code -->

#### Migration notes

...

- [ ] The change comes with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
  • Loading branch information
Natoandro authored Aug 7, 2024
1 parent 843542e commit a1490e2
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 394 deletions.
4 changes: 4 additions & 0 deletions .ghjk/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a1490e2

Please sign in to comment.