A developer wants to automate the deployment of their application to a server after each commit to the master branch on GitLab. Which Git feature should they utilize?

  • GitLab CI/CD
  • Git Submodules
  • Git Merge Requests
  • Git Stash
To automate the deployment process after each commit to the master branch on GitLab, the developer should utilize GitLab CI/CD (Continuous Integration/Continuous Deployment). GitLab CI/CD allows developers to define and automate pipelines for building, testing, and deploying their applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *