We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188a51d commit 0850aa7Copy full SHA for 0850aa7
admin/create_secrets_files.py
@@ -4,14 +4,12 @@
4
5
$ export VWS_EMAIL_ADDRESS=...
6
$ export VWS_PASSWORD=...
7
- # For ``make update-secrets`` to work, this has to be ``./ci_secrets``, or
8
- # you have to copy the secrets there later.
9
$ export NEW_SECRETS_DIR=...
10
$ export EXISTING_SECRETS_FILE=/existing/file/with/inactive/db/creds
11
# You may have to run this a few times, but it is idempotent.
12
$ python admin/create_secrets_files.py
13
# After creating the secrets, update the encrypted archive:
14
- $ tar cvf secrets.tar ci_secrets/
+ $ tar cvf secrets.tar "${NEW_SECRETS_DIR}"
15
$ gpg \
16
--yes \
17
--batch \
0 commit comments