Is it safe to commit the deployment yaml files to GitHub?
c
Is it safe to commit the deployment yaml files to GitHub?
1
j
Yes. Avoid hardcoding any keys or sensitive data and it should be fine
🙌 1
c
Thank you.