https://github.com/probot/example-google-cloud-functions
Probot & Google Cloud Functions example
https://github.com/probot/example-google-cloud-functions
google-cloud-function probot-example
Last synced: 7 months ago
JSON representation
Probot & Google Cloud Functions example
- Host: GitHub
- URL: https://github.com/probot/example-google-cloud-functions
- Owner: probot
- License: isc
- Created: 2020-12-08T22:43:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T23:20:37.000Z (7 months ago)
- Last Synced: 2025-06-05T04:46:30.381Z (7 months ago)
- Topics: google-cloud-function, probot-example
- Language: JavaScript
- Homepage:
- Size: 287 KB
- Stars: 8
- Watchers: 1
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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)](https://cloud.google.com/functions).
## 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](https://github.com/google-github-actions/setup-gcloud). See [`.github/workflows/deploy.yml`](.github/workflows/deploy.yml) for the deployment workflow.
## License
[ISC](LICENSE)