From 014ee7bfd1d862ed8624839e540ed04074441861 Mon Sep 17 00:00:00 2001 From: Rances Acosta <72226427+rancesking@users.noreply.github.com> Date: Sun, 15 May 2022 13:22:49 -0400 Subject: [PATCH] Fix some errors in the grammar --- content/blog/new-beginnings/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/new-beginnings/index.md b/content/blog/new-beginnings/index.md index 49ae7913..c2097aa0 100644 --- a/content/blog/new-beginnings/index.md +++ b/content/blog/new-beginnings/index.md @@ -4,11 +4,11 @@ date: "2022-05-16T22:40:32.169Z" description: How this project has been made, walkthrough and opinions by Racosta. --- -Hello welcome to my blog in this oportunity im going to talk you about Continuous integration and continuos deployment. First of all we need to know, what is CI/CD? +Hello welcome to my blog, in this oportunity i'm going to talk you about Continuous integration and continuos deployment. First of all we need to know, what is CI/CD? Continuous integration (CI) and continuous deployment (CD), also known as CI/CD, embodies a culture, operating principles, and a set of practices that application development teams use to deliver code changes more frequently and reliably. -CI/CD is a best practice for devops teams. It is also a best practice in agile methodology. By automating integration and delivery, CI/CD lets software development teams focus on meeting business requirements while ensuring code quality and software security. +CI/CD is one of the bestest practice for devops teams. It is also a best practice in agile methodology. By automating integration and delivery, CI/CD lets software development teams focus on meeting business requirements while ensuring code quality and software security. ![devops Cicle](./CICD_CICD.png) @@ -116,4 +116,4 @@ jobs: This was a very tough challenge, i learn the magic behind CI/CD. GitHub Pages are public webpages hosted and publish through GitHub and the best of all are that this webpage is free easy to use very user friendly. GitHub Actions make easy to automate software workflows automating tests, integrations and deploys. -In my project i use Gatsby blogs, this react-based framework for creating websites and apps in this project i make a mearly blog. Very easy to redact and keep updated, all the software workflow is automated from the push to the deploy with the GitHub Actions. \ No newline at end of file +In my project i use Gatsby blogs, this react-based framework for creating websites and apps in this project i make a mearly blog. Very easy to redact and keep updated, all the software workflow is automated from the push to the deploy with the GitHub Actions.