PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, September 27, 2022

[FIXED] What are the advantages of using GitLab CI/CD to build and deploy vs doing everything from my own machine?

 September 27, 2022     continuous-deployment, continuous-integration, gitlab-ci     No comments   

Issue

CI/CD From Google search:

GitLab CI (Continuous Integration) service is a part of GitLab that build and test the software whenever developer pushes code to application. GitLab CD (Continuous Deployment) is a software service that places the changes of every code in the production which results in every day deployment of production.

As a Visual Studio user, what have I been missing all these years? I build from C# and then deploy through FTP. Why even use GitLab for this?


Solution

You just need to take a look in the features page https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/

Gitlab has too much features that will be difficult to summarize them here



Answered By - Sergio Tanaka
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing