Skip to content

Commit

Permalink
Add additional commented fields
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley42 committed Dec 11, 2023
1 parent 7ba8457 commit a7e43b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ GIT_COMMITTER_NAME="David Parsley"
[email protected]
#|CONTAINERNAME=bishop
#|SSH_KEY_PATH=/home/david/.ssh/id_rsa
## Items needed for bootstrapping an existing robot
#GOPHER_ENCRYPTION_KEY=<key>
#GOPHER_CUSTOM_REPOSITORY=<git@...> # ssh URL for repo
#GOPHER_PROTOCOL=slack # if you need to override
#GOPHER_DEPLOY_KEY=<key>
EOF
exit 0
;;
Expand Down Expand Up @@ -155,6 +160,11 @@ GIT_AUTHOR_EMAIL=${GIT_EMAIL}
GIT_COMMITTER_NAME="${GIT_USER}"
GIT_COMMITTER_EMAIL=${GIT_EMAIL}
#|CONTAINERNAME=${CONTAINERNAME}
## Items needed for bootstrapping an existing robot
#GOPHER_ENCRYPTION_KEY=<key>
#GOPHER_CUSTOM_REPOSITORY=<git@...> # ssh URL for repo
#GOPHER_PROTOCOL=slack # if you need to override
#GOPHER_DEPLOY_KEY=<key>
EOF
if [ "$SSH_KEY_PATH" ]
then
Expand Down

0 comments on commit a7e43b8

Please sign in to comment.