mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
docs: document how to get Concourse CI secrets from pass
This commit is contained in:
@@ -12,10 +12,15 @@ where `secret.yml` contains the following secrets:
|
|||||||
```
|
```
|
||||||
c.delta.chat:
|
c.delta.chat:
|
||||||
private_key: |
|
private_key: |
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
...
|
...
|
||||||
-----END RSA PRIVATE KEY-----
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
devpi:
|
devpi:
|
||||||
login: dc
|
login: dc
|
||||||
password: ...
|
password: ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Secrets can be read from the password manager:
|
||||||
|
```
|
||||||
|
fly -t b1 set-pipeline -c docs_wheels.yml -p docs_wheels -l <(pass show delta/b1.delta.chat/secret.yml)
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user