Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 594 Bytes

env-preparation.md

File metadata and controls

17 lines (12 loc) · 594 Bytes

ENVIRONMENT PREPARATION

Instruction on how to get the basics running on your machine before proceeding with the development.

Importing the GPG key for Secrets

Sensitive values are stored in the repository as secrets. To read them you will need to have the private key on your GPG keychain, which will be used by Sops to decrypt the secrets.

The GPG key pair is available here. You'll need to import them to your keychain by running

gpg --import .secret/private.gpg