Saransh Goyalsargo.hashnode.dev·Jun 8, 2024Understanding GIT: A Guide to Version Control SystemsHere, we will discuss a very crucial starting point for any DevOps pipeline. The source code management is done using tools like GitHub. The team of developers commits the source code files to the GitHub repository. What is Git? It is a version contr...GitHub
SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·Aug 7, 2023Automating Serverless Deployment of Lambda Function with Terraform using Github ActionsAgenda Push terraform and infra code and python code into repo, in this case it is Github repo.. Import your code to Github. Add .github/workflows/main.yml file in the workspace. Update your main.yml file as per need, and run the pipeline. P...26 readsGitHub