InterviewSolution
| 1. |
How can you ensure a script runs every time repository gets new commits through git push? |
|
Answer» There are three means of setting up a script on the destination repository to get executed depending on when the script has to be triggered exactly. These means are called HOOKS and they are of three types:
DevOps is a culture-shifting practice that has and is continuing to help lots of businesses and organizations in a tremendous manner. It helps in BRIDGING the gap between the conflict of goals and PRIORITIES of the developers (constant need for change) and the operations (constant resistance to change) team by creating a smooth path for Continuous Development and Continuous Integration. Being a DevOps engineer has huge benefits due to the ever-increasing demand for DevOps practice. Additional Resources
|
|