Gothic Framework G symbol

Deploy Commands

Now that you learned everything about the Deployment Configuration, Custom Domains and Environment Variables of the Gothic Framework let's deploy our application:

$ make deploy STAGE=yourStage 

This will create the infrastructure we talked about here. With CloudFront as a CDN, a Lambda Container as the server and an S3 bucket for the images on your public folder! A fully managed and robust application !

To delete the infrastructure created by the last command please run :

$ make delete STAGE=yourStage 

Want to deploy to GCP, Azure, DigitalOcean, or a VPS? Check out the Docker setup for other clouds!