-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate deployment to UAT upon push to master #1722
Comments
My investigation into whether having watchtower in one docker-compose would impact all docker containers (even those not defined in the same docker-compose). The answer is that it will try to update all running containers
|
Add
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to be able to merge a PR, move the issue to 'On UAT' and email the ticket owner to seek their feedback. To optimize the feedback cycle we would want UAT to be within a couple minutes of the latest changes.
I looked at watchtower for keeping our deployment up to date
It can even be used in a docker-compose.yml
One problem with this approach might be
An alternative to this which I used on the discovery deployment is having a cron job update
This has been relatively successful
Discovery 3.2.2
is the current version and the current version deployed. However this is done daily rather than within minutes of changes.Originally posted by @pgwillia in #1680 (comment)
The text was updated successfully, but these errors were encountered: