Process updated for GitHub CLI and gcp service account.

Co-authored-by: jmhbnz <mail@jamesblair.net>
This commit is contained in:
Daljit Singh
2021-02-17 18:15:07 +13:00
parent bd70187287
commit f7c3a796b4
10 changed files with 87 additions and 24 deletions

10
3-create-github-secrets.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# Step 3 - Configure GitHub secrets...
# Once new service account is created and key.json file is created, We will have to upload these details into GitHub and automate the end to end CI/CD workflow.
# Tange the shell block below to a shell script by pressing *, b t* in emacs command mode:
# Once new srvice account is created and key.json file is created, We will have to upload these details into GitHub and automate the end to end CI/CD workflow.
TODO