diff --git a/README.md b/README.md index 64285ea..ecb99ad 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ### Deploy -Set `ISSUEBOT_GITHUB_CREDENTIALS_PASSWORD` in `manifest.yaml` for the user `spring-issuemaster`. +`cf login -a https://api.sc2-04-pcf1-system.oc.vmware.com` + +Set `ISSUEBOT_GITHUB_CREDENTIALS_PASSWORD` in `manifest.yaml` for the user `spring-cloud-issues`. This should be a token stored in LastPass. Then run `cf push` from the root of the repo. \ No newline at end of file diff --git a/manifest.yaml b/manifest.yaml index b9b432b..c558d1d 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,4 +5,4 @@ applications: path: ./target/issue-bot-0.1.0-SNAPSHOT.jar env: ISSUEBOT_GITHUB_CREDENTIALS_PASSWORD: setpasswordhere - ISSUEBOT_GITHUB_CREDENTIALS_USERNAME: spring-issuemaster + ISSUEBOT_GITHUB_CREDENTIALS_USERNAME: spring-cloud-issues