Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote committed Oct 15, 2019
1 parent b72acf1 commit ac9214c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -113,6 +113,16 @@ you can use one of them, both or neither.
1build set before 'export VARNAME="my value"'
1build set after "unset VARNAME"
```
Configuration with before and after setup
```yaml
project: Sample Web App
before: export VARNAME="my value"
after: unset VARNAME
commands:
- build: npm run build
```

2. Ensure that `Docker` is up and running
```console
Expand Down

0 comments on commit ac9214c

Please sign in to comment.