Attempted to switch backend to invenio-rdm-starter

This commit is contained in:
2025-02-10 14:39:16 +00:00
parent 34928b92dc
commit 0316441c6b
7 changed files with 198 additions and 157 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
aws secretsmanager get-secret-value --secret-id Invenio | \
jq -r '.SecretString | fromjson | to_entries | .[] | .key + "=" + .value' > .env
jq -r '.SecretString | fromjson | to_entries | .[] | .key + "=" + .value' > secrets.env
cat am-d-model.env secrets.env > .env