21 lines
211 B
Markdown
21 lines
211 B
Markdown
|
|
```
|
|
cargo install cargo-shuttle
|
|
```
|
|
|
|
Init
|
|
```
|
|
cargo shuttle init --axum --name <name> <name>
|
|
```
|
|
|
|
Deploy
|
|
```
|
|
cargo shuttle deploy
|
|
```
|
|
|
|
|
|
Reference:
|
|
* https://www.shuttle.rs/
|
|
* https://endler.dev/2022/zerocal/
|
|
|