Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 632 Bytes

Probot & Google Cloud Functions example

This repository is an example of how to deploy the "Hello, World" of probot apps to Google Cloud Functions (GCF).

Local setup

Install dependencies

npm install

Start the server

npm start

Follow the instructions to register a new GitHub app.

Deployment

The app is continuously deployed to Google Cloud using the setup-gcloud GitHub Action. See .github/workflows/deploy.yml for the deployment workflow.

License

ISC