The Deployment Pipeline
Explore CI/CD and Version ControlChallenge
The Deployment Pipeline
Objective
- Take any basic HTML/JS project and set up a GitHub Action that automatically deploys it to the web every time you “git push.”
- Check out the GitHub Actions Starter Workflows
- Bonus points if you add a “Linter” that checks your code for errors before it goes live.
- Link us to the repository to earn points