From b835c23cf96053939a169e7cde5bf24d5739d6f3 Mon Sep 17 00:00:00 2001 From: Ian Bucad Date: Sat, 1 Apr 2023 06:05:55 +1100 Subject: [PATCH] Update README.md (#1791) Repo and envvar already changed to `DD_API_KEY` in 2018 --- convox/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convox/README.md b/convox/README.md index e387ab012f..3c50e63e0b 100644 --- a/convox/README.md +++ b/convox/README.md @@ -16,12 +16,12 @@ You can deploy the Datadog Agent as a Convox app with a very simple `docker-comp ```shell # check out the repo -$ git clone https://github.com/convox-examples/dd-agent.git +$ git clone https://github.com/convox-examples/datadog.git $ cd dd-agent # deploy the agent app and secret $ convox apps create -$ convox env set API_KEY= +$ convox env set DD_API_KEY= $ convox deploy $ convox scale agent --count=3 --cpu=10 --memory=128 ```