Improve Docker CI to exercise deployment #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Simulate as much of the deployment process as possible during the Docker CI workflow. Try to deploy in a temporary Docker-in-Docker container to check that starting the service is possible.
It's probably best to avoid using the runner's dind container because volumes or containers may go stale.
I improved the reliability in #16. I don't think I can do anything better than that, so I'll close this one.