Skip to content

Commit

Permalink
Recommend to store secrets at cfg/cfg-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Apr 26, 2024
1 parent 3ee8ce3 commit 045ce4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,14 @@ function update_configs() {
git_save_pull
fi
cd "$SCRIPT_ROOT" || exit 1
if [[ -d cfg/cfg-secrets/.git ]]
then
log "found config directory cfg/cfg-secrets"
log "updating config secrets ..."
cd cfg-secrets || exit 1
git_save_pull
fi
cd "$SCRIPT_ROOT" || exit 1
if [[ -d votes/ ]] && [[ -d votes/.git ]]
then
log "found config directory votes/"
Expand Down

0 comments on commit 045ce4b

Please sign in to comment.