Skip to content

kleister/kleister-infra

Repository files navigation

Kleister: Infra

General Workflow Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org Codacy Badge

This repository defines the infrastructure used by this project, including setup of subdomains and S3 buckets.

Development

Variables

cat << EOF >| .envrc
use flake . --impure

export GITHUB_TOKEN=$(gopass --password kleister/github/kleisterz)

export CLOUDFLARE_EMAIL=$(gopass --password kleister/cloudflare/email)
export CLOUDFLARE_API_KEY=$(gopass --password kleister/cloudflare/apikey)

export AWS_ACCESS_KEY_ID=$(gopass --password kleister/infra/access-key)
export AWS_SECRET_ACCESS_KEY=$(gopass --password kleister/infra/secret-key)
EOF

Deployment

bin/terraform init
bin/terraform plan
bin/terraform apply

Security

If you find a security issue please contact [email protected] first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2018 Thomas Boerger <[email protected]>