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
Building a private Docker image with custom structure and data, for a legacy app for a slightly easier CI pipeline.
Published
Automatically have Github Actions build some code-generated (binary) assets and attach to a release when a new tag is pushed.
Published
Automatically have Bitbucket CI build a static site and move the built into a production or staging bucket depending on the branch.
Published
To top