https://github.com/ritreshgirdhar/github-cloud-function-ci-demo
This application will help you in building and publishing Cloud Function on GCP environment using Github Actions Workflow
https://github.com/ritreshgirdhar/github-cloud-function-ci-demo
continuous-integration gcp-cloud-functions github-actions
Last synced: about 2 months ago
JSON representation
This application will help you in building and publishing Cloud Function on GCP environment using Github Actions Workflow
- Host: GitHub
- URL: https://github.com/ritreshgirdhar/github-cloud-function-ci-demo
- Owner: RitreshGirdhar
- Created: 2020-11-11T11:58:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T06:17:14.000Z (over 4 years ago)
- Last Synced: 2025-05-04T08:54:17.565Z (about 2 months ago)
- Topics: continuous-integration, gcp-cloud-functions, github-actions
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Cloud Function CI Demo
This application will help you in building and publishing Cloud Function on GCP environment using Github Actions Workflow
### Build application using below command
```
mvn clean install
```### Run application on your local environment
```
mvn function:run
```### Test application on yoir local environment
```
curl -ivk http://localhost:8080/
```