Skip to content

g-ishi/cloud-run-function-python-github-action-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-run-function-python-github-action-template

Run development server

functions-framework --target hello_get --signature-type=http --port=8080 --debug

Test webhook in local

ngrok http http://localhost:8080

Deploy to Cloud Run Function

gcloud beta run deploy $CLOUD_RUN_FUNCTION_NAME \
    --source . \
    --function $TARGET_FUNCTION \
    --base-image <PYTHON_VERSION> \
    --region $REGION \
    --allow-unauthenticated \
    --verbosity=debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages