Created
June 25, 2017 23:10
-
-
Save jeremydw/ff4d65f51dbed69d445742b83ed50220 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
``` | |
gcloud service-management enable drive | |
gcloud service-management enable storage-api.googleapis.com | |
gcloud service-management enable language.googleapis.com | |
gcloud iam service-accounts list | |
gcloud iam service-accounts create <name> | |
gcloud iam service-accounts keys create --iam-account <name>@$(project).iam.gserviceaccount.com <filename> | |
``` | |
``` | |
sudo gem install travis | |
travis login | |
travis encrypt-file --add <filename> | |
grow --auth-key-file=<filename> build | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment