You can deploy an Astro site using Flightcontrol, which provides fully-automated deployments to your AWS account.
Supports both static and SSR Astro sites.
GUI
(all config managed through flightcontrol dashboard) where you will select the Astro Static
or Astro SSR
presetflightcontrol.json
(“infrastructure as code” option where all config is in your repo) where you will select an Astro example config, then add it to your codebase as flightcontrol.json
To deploy with SSR support, make sure you first set up the @astro/node
adapter. Then, follow the steps above choosing the appropriate configurations for Astro SSR.
© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/guides/deploy/flightcontrol/