adding manifest
This commit is contained in:
@@ -1 +1,7 @@
|
||||
## Issue Bot for GitHub issues
|
||||
## Issue Bot for GitHub issues
|
||||
|
||||
### Deploy
|
||||
|
||||
Set `ISSUEBOT_GITHUB_CREDENTIALS_PASSWORD` in `manifest.yaml` for the user `spring-issuemaster`.
|
||||
|
||||
Then run `cf push` from the root of the repo.
|
||||
8
manifest.yaml
Normal file
8
manifest.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
applications:
|
||||
- name: spring-cloud-issue-bot
|
||||
memory: 2048M
|
||||
path: ./target/issue-bot-0.1.0-SNAPSHOT.jar
|
||||
env:
|
||||
ISSUEBOT_GITHUB_CREDENTIALS_PASSWORD: setpasswordhere
|
||||
ISSUEBOT_GITHUB_CREDENTIALS_USERNAME: spring-issuemaster
|
||||
Reference in New Issue
Block a user