Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 729 Bytes

File metadata and controls

32 lines (25 loc) · 729 Bytes

Hexlet tests and linter status:

Actions Status

Devops project

Infrastructure as a code

Demo: http://devops-hexlet.lol

Prepare

  • make prepare-tokens
  • Put your tokens to secrets.auto.tfvars in terraform directory:
do_token = ...
pvt_key  = ...
datadog_api_key = ...
datadog_app_key = ...

Installation

git clone https://github.com/ssssank/devops-for-programmers-project-lvl3.git
# Prepare infrastructure
make init
make apply
# Prepare project
make setup
# Deploy project
make deploy