Skip to content

Commit

Permalink
Released 0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn committed Nov 27, 2014
1 parent 26298e9 commit 9e58557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TOKEN = `cat .token`
REPO := envplate
USER := yawn
VERSION := "v0.0.3"
VERSION := "v0.0.4"

build:
mkdir -p out/darwin out/linux
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ For apps running Docker which rely (fully or partially) on configuration files i
You can directly download envplate binaries into your Dockerfile using Github releases like this:

```
RUN curl -sLo /usr/local/bin/ep https://github.com/yawn/envplate/releases/download/v0.0.3/ep-linux && chmod +x /usr/local/bin/ep
RUN curl -sLo /usr/local/bin/ep https://github.com/yawn/envplate/releases/download/v0.0.4/ep-linux && chmod +x /usr/local/bin/ep
...
CMD [ "/usr/local/bin/ep", "-v", "/etc/nginx/nginx.conf", "--", "/usr/sbin/nginx", "-c", "/etc/nginx/conf" ]
```

## Full example
## Full example

```
$ cat /etc/foo.conf
Expand Down

0 comments on commit 9e58557

Please sign in to comment.