Order deploy host list alphabetically (#1384)

* Add AWS label to S3 bucket link.
This commit is contained in:
rawknuckles 2021-09-16 16:57:43 -07:00 committed by GitHub
parent d895d3c079
commit 769940a6eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,10 +53,10 @@ This will instruct Astro to build your site and save it directly to disk. Your a
Astro sites are static, so they can be deployed to your favourite host:
- [Vercel](https://vercel.com/)
- [Netlify](https://www.netlify.com/)
- [S3 bucket](https://aws.amazon.com/s3/)
- [AWS S3 bucket](https://aws.amazon.com/s3/)
- [Google Firebase](https://firebase.google.com/)
- [Netlify](https://www.netlify.com/)
- [Vercel](https://vercel.com/)
- [Read more about deploying Astro in our Deploy guide.](/guides/deploy)
## Next Steps