Comment on Ask HN: What is the best way to deploy changes to code?parentComments−davyjones14yOP: Furthermore, if using github, consider using hooks to build automatically after a commit. And have errors flash on your phone/email when something goes wrong during any step till deployment. Automate as much as possible.
Comments
OP: Furthermore, if using github, consider using hooks to build automatically after a commit. And have errors flash on your phone/email when something goes wrong during any step till deployment. Automate as much as possible.