mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
Removed invenio-cli generated repo module
This commit is contained in:
3
prepare-env.sh
Executable file
3
prepare-env.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
aws secretsmanager get-secret-value --secret-id Invenio | \
|
||||
jq -r '.SecretString | fromjson | to_entries | .[] | .key + "=" + .value' > .env
|
||||
Reference in New Issue
Block a user