added deployment and WIP to article
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stephan Dörfler 2020-02-10 10:54:28 +01:00
parent ed69f73d4a
commit 4ac9c8d8aa
1 changed files with 1 additions and 1 deletions

View File

@ -88,4 +88,4 @@ For now I only require two steps:
1. build the gatsby project
2. build the new docker image and push it to the registry
Then, the last required step is to update the running container to the new version. The event on which to react would be the upload to the registry.
Then, the last required step is to update the running container to the new version. The event on which to react would be the upload to the registry. There are some ways to handle this myself using webhooks, but as with the build trigger I decided to take a route a little more convenient: use [Watchtower](https://containrrr.github.io/watchtower). I tried watchtower before and don't feel comfortable blindly updating every container I run, so I [configure it to just watch the one blog container and update that automatically](https://containrrr.github.io/watchtower/container-selection/).