mirror of
https://github.com/fablabcb/fabaccess-cb.git
synced 2025-05-09 19:33:36 +02:00
24 lines
397 B
Markdown
24 lines
397 B
Markdown
# fabaccess-cb
|
|
|
|
|
|
### Decrypt secrets
|
|
|
|
When you add a new secret to the `secrets.yaml`
|
|
you have to decrypt the file first:
|
|
```bash
|
|
make secrets-decrypt -e ENVIRONMENT=prod
|
|
```
|
|
|
|
### Encrypt secrets
|
|
|
|
Before you commit any changes to the git repo
|
|
you have to encrypt the `secrets.yaml` first:
|
|
```bash
|
|
make secrets-encrypt -e ENVIRONMENT=prod
|
|
```
|
|
|
|
### Setup host
|
|
|
|
```bash
|
|
make setup -e TAGS=common
|
|
``` |