Sign in with Github to import your repositories and deploy directly from Vercel Clone.
A lot happens behind the scenes when you deploy your website. Here is a breakdown of the steps involved.
The 'upload-service' initiates the GitHub clone process, retrieving the source code using the GitHub URL and access token
"upload-service" uploads the cloned source code to AWS S3, and triggers a Kafka topic with the build task
'deploy-service' consumes the build task from the Kafka topic, executes build commands, and deploys the final build version to AWS S3
Logs generated during the deployment process are sent from 'deploy-service' to 'upload-service' via a dedicated Kafka topic
Users receive notifications indicating the status of their build, whether it was successful or encountered any failures
User requests are routed through a proxy server to AWS CloudFront to ensure low-latency content delivery for an exceptional user experience