https://github.com/debianmaster/store-orders
Springboot Orders API
https://github.com/debianmaster/store-orders
Last synced: over 1 year ago
JSON representation
Springboot Orders API
- Host: GitHub
- URL: https://github.com/debianmaster/store-orders
- Owner: debianmaster
- Created: 2017-06-26T01:51:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T02:08:55.000Z (over 8 years ago)
- Last Synced: 2025-01-29T14:52:29.056Z (over 1 year ago)
- Language: Java
- Size: 15.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DEV
```console
oc new-app https://github.com/debianmaster/store-orders
```
## QA
```console
oc new-build https://github.com/debianmaster/store-orders --context-dir=qa --name=orders-pipeline
```
## PROD
```console
oc new-build https://github.com/debianmaster/store-orders --context-dir=prod --name=orders-pipeline
```
## Permissions
```sh
oc policy add-role-to-user edit system:serviceaccount:qa:jenkins -n myproject
oc policy add-role-to-user edit system:serviceaccount:prod:jenkins -n qa
```