g-aeroastro-c / gitam-aero.astro

https://g-aeroastro-c.github.io/gitam-aero.astro/
Mozilla Public License 2.0
2 stars 5 forks source link

CI/CD Pipeline - Landing Page #40

Closed vvs-basanth closed 1 month ago

vvs-basanth commented 2 months ago

Setting up CI/CD Pipelines to automatically test, build and deploy the landing page of GITAM Aero Astro Club using Github actions and Vercel.

Expected Outcome A fully functional CI/CD Pipeline that automatically deploys changes to the Landing page whenever the code is pushed to the main branch.

vvs-basanth commented 2 months ago

@binguliki We need to complete this by today. Do some research on how important are these package.json files are.

vvs-basanth commented 2 months ago

Used help of GitHub Actions as .github/workflows/ and add nextjs.yml file. Done!