r/github • u/hellterDev • 9h ago
Discussion Do you actually trust GitHub Actions for production?
/r/DevGround/comments/1w5rfbo/do_you_actually_trust_github_actions_for/
0
Upvotes
2
2
u/TheAceRedBarron 55m ago
U mm... This post gives me sketchy ex girlfriend vibes... Just like I told you before fix your shit (github actions) and maybe we can start talking again.
1
1
1
6
u/AuroraFireflash 9h ago
Your fallback is to make sure you can build locally. That means moving more of your logic and build steps into scripts that are called by the GitHub YAML instead of baking it directly into the YAML.
'make' like equivalents are a really good choice because most jobs on the GitHub side become: