adding manifest

This commit is contained in:
Ryan Baxter
2020-11-24 11:30:38 -05:00
parent 2cba45feb2
commit 27d64f7d61
2 changed files with 15 additions and 1 deletions

View File

@@ -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
View 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