Skip to content

Commit 702ea31

Browse files
committed
update readme
1 parent 0c4a7a2 commit 702ea31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# uas-gitlab-auth
22

3-
Microservice to grant access to GitLab private repo using Asset Store Invoice API.
3+
This is a microservice to grant access to GitLab private repo using Asset Store Invoice API.
44

55
This microservice can handle multiple assets under the same publisher.
66

7+
[Currently used to serve costumers on my site](https://wellosoft.net/grants/)
8+
79
## Deploy
810

911
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/willnode/uas-gitlab-auth&env=UAS_TOKEN&env=GITLAB_TOKEN&env=UAS_ASSETS&env=GITLAB_REPOS&env=ACCESS_ALLOW_ORIGIN)
1012

1113
OR
1214

1315
```
14-
$ now -e NODE_ENV=production -e UAS_TOKEN=xxxx -e GITLAB_TOKEN=xxxx -e UAS_ASSETS=xxxx -e GITLAB_REPOS=xxxx -e ACCESS_ALLOW_ORIGIN=xxxx
16+
$ now willnode/uas-gitlab-auth -e NODE_ENV=production -e UAS_TOKEN=xxxx -e GITLAB_TOKEN=xxxx -e UAS_ASSETS=xxxx -e GITLAB_REPOS=xxxx -e ACCESS_ALLOW_ORIGIN=xxxx
1517
```
1618

1719
OR
@@ -93,4 +95,4 @@ The microservice will respond with human message in the body and either of these
9395

9496
## License
9597

96-
MIT.
98+
[MIT](LICENSE).

0 commit comments

Comments
 (0)