OpenZeppelin devops repository (oz-devops)
Repository for OpenZeppelin devops scripts
Repository for devops scripts for the OpenZeppelin servers and services. Currently, only DNS is managed by these scripts, using terraform.
Install
Download the terraform binary.
Clone the repository and enter the dns repository:
git clone git@github.com:OpenZeppelin/oz-devops
cd oz-devops/dns
Write your AWS credetials to ~/.aws/credentials:
[default]
aws_access_key_id = $id
aws_secret_access_key = $secret
Initialize terraform:
terraform init
Usage
To apply changes, run:
terraform apply
Maintainers
elopio and spalladino.
License
All OpenZeppelin devops scripts are released under the MIT License.
Made with