11 lines
472 B
Bash
Executable File
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
|