Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Deploying

Simon Baslé edited this page Apr 15, 2021 · 2 revisions

How to deploy the bot to PCF

First build the jar and run tests:

./gradlew clean assemble check

Make sure you're authenticated with pcfone (logging off if necessary from other foundations):

cf logout
cf login --sso -a https://api.run.pcfone.io

Then make sure to be on the pcf branch, and cf push:

git checkout pcf
cd pcf
cf push

Clone this wiki locally