Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ If no want to use this approach, you could
make build-frontend-app
go run ./cmd/hotrod/main.go frontend
```


## Deployment

### Release

To build and push new images, we can leverage by using the `make release`.

For the case of releasing latest images we can do `RELEASE_TAG=latest make release`.
Note that you can replace the `RELEASE_TAG` with the value you need.

### Considerations

You have to make sure you have the rights to write in signadot/hotrod.
Loading