Simplify deploy: use ony latest tag

This commit is contained in:
2026-05-01 11:16:24 +03:00
parent 2076bdb63a
commit 96a3b72ff0
2 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ All commands use [Taskfile](https://taskfile.dev/) and run through Docker:
## Deployment
Production builds into a Docker nginx image (`docker/Dockerfile.nginx.prod`), deployed via Ansible from a separate `pet-project-server` repo. The deploy task tags images with `git-hash-timestamp`.
Production builds into a Docker nginx image (`docker/Dockerfile.nginx.prod`), tagged as `homepage-nginx:latest` and deployed via Ansible from a separate `pet-project-server` repo.