Y
Hacker News
new
|
ask
|
show
|
jobs
by
manquer
3328 days ago
wouldn't a build server be better for that sort of release testing? like travis CI / gitlab CI runner on DO / light sail etc @ $5/month
2 comments
coldtea
3328 days ago
Not all developers have access to a build server or want to bother setting up one.
link
barrkel
3328 days ago
Yes; you use the build server to build the docker image, and run tests on the docker image in a test environment.
link