Deploying a Solid Site to AWS with Flightcontrol
Solid is a lightweight Javascript web framework made used for building responsive and performant web apps. This guide will provide detailed steps on how to deploy your Solid project on Flightcontrol.
At the end of this guide we will have a Solid project deployed on AWS Elastic Container Service (ECS) Fargate. This web application will be running on resources within your AWS account, and will have a public accessible URL.
Prerequisites
Configuration Options
Flightcontrol provides two options to deploy your web applications:
- Create a Flightcontrol project from the Dashboard. Select a repository for the source.
- Select the
GUI
Config Type. - Add a static site service by clicking the
Add a Static Site
. - Add an output directory,
dist
. - Add any environment variables your project might need.
- Submit the new project form.