Skip to content

Commit

Permalink
Improve phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 24, 2024
1 parent ff3649e commit 1b40c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/03-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ git tag v1.2.3
git push origin v1.2.3
```

3. This triggers the [`release` workflow](https://github.com/ivov/n8n-shortlink/actions/workflows/release.yml). On completion, the new image will be [listed](https://github.com/ivov/n8n-shortlink/pkgs/container/n8n-shortlink) on GHCR. Watchtower will discover for the image and deploy it to production. (Watchtower polls every six hours.)
This tag push triggers the [`release` workflow](https://github.com/ivov/n8n-shortlink/actions/workflows/release.yml). On completion, the new image is [listed](https://github.com/ivov/n8n-shortlink/pkgs/container/n8n-shortlink) on GHCR. Watchtower will discover the image and deploy it to production.

To prompt Watchtower to check immediately:
Watchtower polls every six hours. To prompt Watchtower to check immediately:

```sh
ssh n8n-shortlink-infra "docker kill --signal=SIGHUP watchtower"
Expand Down

0 comments on commit 1b40c65

Please sign in to comment.