Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are you responsible for deploying your code to a live environment?

...or do you have to go through someone else (a person who manages the servers) to get your code deployed?

I understand the policy of not letting everyone log onto a live production server but I would like the ability to have access to my code, database and files once they are live.

How is it for everyone else?

like image 989
JohnnyBizzle Avatar asked Nov 14 '22 09:11

JohnnyBizzle


1 Answers

Every environment is slightly different. In comparison, you have to decide what works for you. Amazon for example makes their developers own their own code, which some developers hate, but it is a feature of that environment that keeps bug counts low (when was the last time you saw a bug on amazon.com?).

Others want a tighter QA process so create an operations department to look after deploys, but I've found they tend to create an atmosphere of negativity in the company: they are rewarded by justifying their role, which entails pointing out and supporting the bad things in the World. If the devs are good at their job, resentment can creep in if their pay is in any way performance-related.

Personally, I tend to prefer to look after the whole stack, but increasingly am moving to providers that allow me to worry less and less about hardware (EC2, Heroku, etc.), and to focus more on functionality in the apps. I personally like owning the code and the bugs, as it means I am demonstrably motivated to keeping bug tickets down - every open ticket is a delay to the new functionality I want to work on.

Each to their own.

like image 181
p7r Avatar answered Dec 23 '22 13:12

p7r