1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

docs: update Shuttle deployment docs (#604)

This commit is contained in:
Oddbjørn Grødem
2025-05-12 12:46:26 +02:00
committed by GitHub
parent 17da5bbca2
commit d767cf98b4

View File

@ -26,10 +26,10 @@ Shuttle has out-of-the-box support for Actix Web. Follow these steps to host you
cargo install cargo-shuttle
```
4. Create your project on the Shuttle platform:
4. Login to Shuttle
```sh
shuttle project start
shuttle login
```
5. Deploy! 🚀