1
0
mirror of https://github.com/actix/actix-website synced 2025-05-16 06:33:36 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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! 🚀