Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 10, 2019
Jun 22, 2019

README.md

OpenZeppelin devops repository (oz-devops)

standard-readme compliant

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 😴 by the OpenZeppelin team. Check our fancier projects and services at https://openzeppelin.com.

About

Repository for OpenZeppelin devops scripts

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.