Files
gitlab-gcp-deployment/3-create-github-secrets.sh
2021-02-17 18:15:07 +13:00

11 lines
472 B
Bash
Executable File

#!/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