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. The make deploy target simply wraps gothic deploy --action deploy --stage yourStage:
make deploy STAGE=yourStageThis 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=yourStageWant to deploy to GCP, Azure, DigitalOcean, or a VPS? Check out the Docker setup for other clouds!
