Not just some legthly theory rather hands-on guide indeed.Thx.
@maskman486826 күн бұрын
Thanks dude 🔥🔥 you are fire
@camelCaseDev26 күн бұрын
Thanks, man!
@shashikavirajh623411 ай бұрын
Short and to the point. Excellent video
@odosaiyeke81342 ай бұрын
Great video, walked me through exactly what I needed for my next.js project. Thank you!
@camelCaseDev2 ай бұрын
Great! Good luck with your project :-)
@JulianRiverplate14 Жыл бұрын
Amazing explanation, even more cause I'm not too much into CI/CD and pipelines and you make it easier even for me. Keep the good job!
@camelCaseDev Жыл бұрын
Thanks, will do!
@sitbackandenjoywatch Жыл бұрын
Very clear explanation, thank you !
@PreciousJalebiАй бұрын
Great tutorial. Thankyou very much
@camelCaseDevАй бұрын
You're welcome!
@paivagabriel11 ай бұрын
Great explanation! Thanks a lot!
@kumarshivam3319 Жыл бұрын
Thank you for clear explanation!! 😊
@muratasarslan23596 ай бұрын
wonderful. I like it 😃
@victorbuendia12589 ай бұрын
amazing tutorial!!
@camelCaseDev9 ай бұрын
Thank you!
@mawais_malik5 ай бұрын
I am having an issue with build prod. How vercel will differentiate angular 'ng build' and 'ng build prod'.
@TshiringDSherpa Жыл бұрын
i did same for my vite project but i got error after deployment, it worked but for a split second and throw error and after another reload i got 404: NOT_FOUND and Code: `NOT_FOUND`. Please Help
@kaziarafat8809 Жыл бұрын
Thanks!
@ManLikeEmma11 ай бұрын
Great job. what if i want the test to run before the can push?
@camelCaseDev11 ай бұрын
You mean, before a git push? To achieve that, you can use Git hooks and e.g. Husky. Install the Husky package (npm install husky --save-dev), install Husky (npx husky install) and add a pre-push hook (npx husky add .husky/pre-push "npm test") to run tests before a push. If a test fails, the push is aborted.
@jimmyalessandrolopez6 ай бұрын
Main video for GitHub Actions whit Angular and Vercel