An open API service indexing awesome lists of open source software.

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

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/
```