Skip to content

probot/example-google-cloud-function

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2025
Dec 15, 2020
Dec 8, 2020
Dec 8, 2020
Dec 15, 2020
Dec 26, 2024
Dec 15, 2020
Dec 15, 2020
Dec 26, 2024
Dec 26, 2024
Feb 3, 2021

Repository files navigation

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