fablabcb / fabaccess-cb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fabaccess-cb

Decrypt secrets

When you add a new secret to the secrets.yaml you have to decrypt the file first:

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:

make secrets-encrypt -e ENVIRONMENT=prod

Setup host

make setup -e TAGS=common

About


Languages

Language:Dhall 57.3%Language:Python 31.5%Language:Makefile 10.4%Language:Shell 0.8%