Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): Fix auto deployment (#806)
<!-- 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