Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

caribou-archives/heroku-buildpack-google-cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✨ Heroku buildpack for Google Cloud

This buildpack installs Google Cloud, activates your service account and sets default project and compute zone.

Config vars

  • GOOGLE_CREDENTIALS – a base64-encoded Google Cloud service account key file (in JSON format) – see gcloud auth activate-service-account. Given that you have a key file key-file.json, run the following to encode it in base64 and store the resulting base64 string in config var GOOGLE_CREDENTIALS:
GOOGLE_CREDENTIALS=$(base64 key-file.json)
heroku config:set GOOGLE_CREDENTIALS=$GOOGLE_CREDENTIALS
  • PROJECT – your Google Cloud project
  • ZONE - your Google Cloud compute zone
  • INSTALL_KUBECTL – if set to true, kubectl will also be installed

About

✨ Heroku buildpack for Google Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%