Skip to content

Commit

Permalink
feat: update vault path (#2)
Browse files Browse the repository at this point in the history
* add project secrets to vault

* update secret config

Co-authored-by: Umar (Personal) <[email protected]>
  • Loading branch information
uyousafzai54 and Umar (Personal) authored Jan 27, 2022
1 parent 7da3a01 commit 6523dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/post-merge
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
branch=`git symbolic-ref HEAD`
root_dir=`git rev-parse --show-toplevel`
# must replace with actual vault_path and default_branch, can run setup.sh
vault_path="kv/internal-tools"
vault_path="kv/focus-on-nature"
default_branch="main"

if [ $branch = "refs/heads/${default_branch}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion secret.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ROOT_ENV_FILE=.env
FRONTEND_ENV_FILE=frontend/.env
FRONTEND_ENV_FILE=frontend/.env

0 comments on commit 6523dfc

Please sign in to comment.