Skip to content

Instantly share code, notes, and snippets.

@lando2319
Created April 5, 2024 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lando2319/803d2d0372c31719a117fed7e9c82f66 to your computer and use it in GitHub Desktop.
Save lando2319/803d2d0372c31719a117fed7e9c82f66 to your computer and use it in GitHub Desktop.
# TO Make a new Deployable user
# - google console > IAM > Service Account
# - Create Service account
# - go to 'manage details'
# - click on Keys
# - create a Key
# - Go back to IAM
# - click 'grant access'
# - enter same email address as service account
# - Added Necessary Roles for deployment user: App Engine Deployer, Storage Admin, Cloud Build Editor, Service Account User, and, App Engine Service Admin
# - Enable "Cloud Build API"
# - add key to travis
This will allow travis deployment of clientside webapp and functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment