Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4s4 committed May 5, 2019
2 parents efd5a60 + 99e4099 commit ba892db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -23,12 +23,12 @@ SPAM=EGGS

*foo* will then be able to access this environment defined in *.env* file.

You might also specify another dotenv file with *-file* option:
You might also specify another dotenv file with *-env* option:

```bash
$ dotrun -file /etc/foo.env foo
$ dotrun -env /etc/foo.env foo
```

This way, *dotrun* won't load environment in *.env* file in current directory but in specified file instead.
This way, *dotrun* won't load environment from *.env* file in current directory but from specified file instead.

*Enjoy!*
8 changes: 7 additions & 1 deletion build.yml
@@ -1,6 +1,6 @@
# NeON build file (http://github.com/c4s4/neon)

extends: [golang, git]
extends: [golang, git, changelog]

properties:
LIBRARIES:
Expand Down Expand Up @@ -34,3 +34,9 @@ targets:
then:
- throw: "Test failed:\n={output}"
- print: 'Test OK'

release:
doc: Perform a release
depends: [test, version, archive]
steps:
- super:

0 comments on commit ba892db

Please sign in to comment.