Skip to content

Commit

Permalink
update deployment instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Feb 1, 2015
1 parent 03a119a commit 33f573e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,12 @@ documentation and accompanying metadata with a single HTTP call.
## Deployment

```sh
export NODE_ENV=production
git push origin +master:deploy-staging
git push origin +master:deploy-production
```

If you get dissed with an "Everything up-to-date" message, make an empty commit and push again:

```
git commit -avm "emptiness" --allow-empty
```

0 comments on commit 33f573e

Please sign in to comment.