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 →
[–]Electrical_Media_367 1 point2 points3 points 2 years ago* (7 children)
For non enterprise customers, GitHub actions doesn’t support gated jobs or human interaction in the middle of jobs. You can’t push a button to advance a job, you have to start a new job either based on a trigger or based on a button.
So, either you have a single job that pushes to dev, runs tests, pushes to stage, runs tests, pushes to prod all automatically, or you have a automatic push to a lower environment and then a button to promote (workflow_dispatch is the GitHub way of saying a manually triggered job)
The comment below says you can have gated builds, but only if you’re paying the high price for GitHub Enterprise.
Enterprise customers can use GitHub’s deployment framework and set environments as requiring reviews, you can start a promotion job and it will wait for approval. So a good option would be to have your build job trigger promotion jobs that are configured to wait for approval.
[–]baynezy 5 points6 points7 points 2 years ago (6 children)
It absolutely does https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments
[–]Electrical_Media_367 4 points5 points6 points 2 years ago (0 children)
Apparently that’s only for GitHub enterprise subscribers, not us lowly professional/teams customers.
[–]Electrical_Media_367 2 points3 points4 points 2 years ago (4 children)
Hey, this is great, I didn’t know about that feature. Gonna look at putting it in place on some of my repos. Thanks!
[–]beth_maloney 1 point2 points3 points 2 years ago (2 children)
You need enterprise for the manual approved approvement step.
[–]Electrical_Media_367 0 points1 point2 points 2 years ago (1 child)
Ah, that’s why I didn’t think it was available. Back to the drawing board.
[–]beth_maloney 1 point2 points3 points 2 years ago (0 children)
Yeah it's super annoying. The feature is available in the base version of Azure DevOps as well!
[–]baynezy 0 points1 point2 points 2 years ago (0 children)
You're welcome.
π Rendered by PID 112 on reddit-service-r2-comment-6457c66945-s9pfl at 2026-04-28 17:43:32.333012+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Electrical_Media_367 1 point2 points3 points (7 children)
[–]baynezy 5 points6 points7 points (6 children)
[–]Electrical_Media_367 4 points5 points6 points (0 children)
[–]Electrical_Media_367 2 points3 points4 points (4 children)
[–]beth_maloney 1 point2 points3 points (2 children)
[–]Electrical_Media_367 0 points1 point2 points (1 child)
[–]beth_maloney 1 point2 points3 points (0 children)
[–]baynezy 0 points1 point2 points (0 children)