A multi-service runtime environment.
This repository defines a runtime
service, based on DigitalOcean Kubernetes.
See requirements for our ideal requirements and options for options considered, though we have yet to undertake an options appraisal.
The service is continuously deployed by GitHub Actions.
Prefer to make changes via PR and continuous deployment, but manual deployment is possible if necessary.
- The AWS SDK must be able to interact with the DigitalOcean Spaces API. See digital-society-coop/do-foundations for more guidance on how to set this up.
-
Run the deployment script:
./deploy.sh '<env>'
You can alternatively use the terraform-env.sh
script to set up environment variables for working directly with Terraform:
eval "$(./terraform-env.sh runtime '<env>')"
terraform ...