From 27d64f7d615808cf129fce3f7d22e53922d46592 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 24 Nov 2020 11:30:38 -0500 Subject: [PATCH] adding manifest --- README.md | 8 +++++++- manifest.yaml | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 manifest.yaml diff --git a/README.md b/README.md index 0f68287..64285ea 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -## Issue Bot for GitHub issues \ No newline at end of file +## 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. \ No newline at end of file diff --git a/manifest.yaml b/manifest.yaml new file mode 100644 index 0000000..b9b432b --- /dev/null +++ b/manifest.yaml @@ -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