Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit d0a5a7c

Browse files
committed
Added things in docs
1 parent a07c6c1 commit d0a5a7c

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.idea/workspace.xml

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deployment
22

3-
Nuts can be easily be deployed to a state-less server or PaaS. It only uses the disk as a cache for assets.
3+
Nuts can easily be deployed to a state-less server or PaaS. It only uses the disk as a cache for assets.
44

55
### On Heroku:
66

@@ -24,7 +24,7 @@ Install dependencies using:
2424
$ npm install
2525
```
2626

27-
This service requires to be configured using environment variables: you'll need to copy the .env.example file to .env and fill the variables.
27+
The service requires to be configured using environment variables: you'll need to copy the .env.example file to .env and fill the variables.
2828

2929
Then start the application using:
3030

docs/github.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ http://download.myapp.com/refresh
1414

1515
Where download.myapp.com, is the URL of your Nuts server.
1616

17+
Content-type should be `application/json`
18+
1719
It'll refresh versions cache everytime you update a release on GitHub.
1820

1921
### Secret

0 commit comments

Comments
 (0)