Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #6 from AirHelp/release_with_version
Browse files Browse the repository at this point in the history
how to release version
  • Loading branch information
kszarek authored Mar 2, 2017
2 parents 77aeae0 + 53de156 commit ea157c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Definition of forwarder->consumer pairs should be placed inside mapping file. Sa
make release
```

# Release

```bash
make push
docker tag airhelp/rabbit-amazon-forwarder airhelp/rabbit-amazon-forwarder:$VERSION
docker push airhelp/rabbit-amazon-forwarder:$VERSION
```

## Run

```bash
Expand Down

0 comments on commit ea157c3

Please sign in to comment.