Created
April 5, 2024 12:06
-
-
Save lando2319/803d2d0372c31719a117fed7e9c82f66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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