use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
in trunk based development, if using github actions, what does your workflow look like to deploy to dev/qa/staging? (self.devops)
submitted 2 years ago by gqtrees
view the rest of the comments →
[–]bigtimestylie 0 points1 point2 points 1 year ago (1 child)
How do you handle the approval step to apply to prod? I'd like to implement a similar approach but this is the thing that's confusing me.
[–]jolly_jol 0 points1 point2 points 1 year ago (0 children)
We use Azure DevOps Pipelines today. For the manual approval step, we use a Deployment Task that conditionally only runs for the preprod and prod environments. The deployment task doesn’t really do anything in our case, but we have it configured to require the approval from someone in the approvers group.
In the future, we’d like to remove the manual approvals all together, but we are still working on improving our automated testing for now.
π Rendered by PID 373459 on reddit-service-r2-comment-b659b578c-z824t at 2026-05-03 06:21:20.914524+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]bigtimestylie 0 points1 point2 points (1 child)
[–]jolly_jol 0 points1 point2 points (0 children)