ci
I’ve hosted many apps. I’ve set up CI to build containers. But I’ve never figured out the continuous deployment part, until now. I will use
watchtower
in a GitHub workflow to trigger the image update and restart the container.
Published
Automatically have Bitbucket CI build a static site and move the built into a production or staging bucket depending on the branch.
Published