Skip to content

district-5/gae-bash-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bash helpers for Google App Engine

This repository holds some helpful scripts for Google App Engine.

Scripts included...

  • deploy_script.sh - Handles the deployment of a service.
    • Edit these required variables at the top of the file:
      • GOOGLE_CLOUD_PROJECT_ID - The Google Cloud console project ID (for example, my-project-id)
      • GCP_DEPLOY_AS_USER - The gcloud authenticated user to execute the deployment under
      • SERVICES_TO_CLEAN - A list of services to clean up after deployment. This removes old versions. (for example, default or default admin api for multiple)

About

Bash scripts for use in Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages