Mstar0816 / Portfolio

https://my-portfolio-ten-orpin-68.vercel.app
1 stars 0 forks source link

which CICD tool should i use ? #11

Open Mstar0816 opened 4 months ago

Mstar0816 commented 4 months ago

well , i have couple of applications , one in node js and other one is in PHP laravel. Both code are managed in github .I have choosen aws as cloud. So which is the most reliable and convenient way to setup a CICD for my projects ?

Mstar0816 commented 4 months ago

Since your code is already hosted on Github I would suggest using Github Actions. Start by creating a .github/workflows directory in the root of your project and create a new file that ends with the .yml extention.