• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024515 149

deploy.shD03-May-20241.4 KiB4320

oss-fuzz.yamlD03-May-20244 KiB173145

README.md

1# triage-party
2
3This folder contains the triage party config and deploy script for the oss-fuzz instance of [triage-party](https://github.com/google/triage-party).
4
5To make changes to triage party, you'll need to:
61. Make changes to the [config](oss-fuzz.yaml)
71. Deploy a new revision to Cloud Run via [deploy.sh](deploy.sh):
8
9```
10GITHUB_TOKEN_PATH=[path to file containing github token] DB_PASS=[CloudSQL database password]  ./deploy.sh
11```
12
13Visit https://triage-party-pahypmb2lq-uc.a.run.app to join the party!
14