Skip to content

Assignment 3- Infrastructure as Code (vercel deployment)#35

Open
tkhan015 wants to merge 19 commits intoBaljinderHothi:mainfrom
tkhan015:iac-assignment3
Open

Assignment 3- Infrastructure as Code (vercel deployment)#35
tkhan015 wants to merge 19 commits intoBaljinderHothi:mainfrom
tkhan015:iac-assignment3

Conversation

@tkhan015
Copy link
Collaborator

setting up infrastructure

  • used vercel CLI to provision the infrastructure from the terminal (not the UI)
  • configured GitHub Action (deploy.yml) to automatically deploy when changes are pushed
  • vercel project created entirely through code and CLI

deployment automation

  • application deploys automatically on push using GitHub Actions
  • VERCEL_TOKEN stored securely as a GitHub Secret
  • deployment script uses vercel --prod --yes --token=...

artifact

github secrets used:

  • VERCEL_TOKEN

Please let me know if any clarification is needed!

@tkhan015 tkhan015 requested a review from navteniev May 18, 2025 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments