We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd5d49 commit e5ff668Copy full SHA for e5ff668
README.md
@@ -51,3 +51,17 @@ If no want to use this approach, you could
51
make build-frontend-app
52
go run ./cmd/hotrod/main.go frontend
53
```
54
+
55
56
+## Deployment
57
58
+### Release
59
60
+To build and push new images, we can leverage by using the `make release`.
61
62
+For the case of releasing latest images we can do `RELEASE_TAG=latest make release`.
63
+Note that you can replace the `RELEASE_TAG` with the value you need.
64
65
+### Considerations
66
67
+You have to make sure you have the rights to write in signadot/hotrod.
0 commit comments