Skip to content

Commit

Permalink
Update README.md (DataDog#1791)
Browse files Browse the repository at this point in the history
Repo and envvar already changed to `DD_API_KEY` in 2018
  • Loading branch information
ian28223 authored Mar 31, 2023
1 parent a4f6ae6 commit b835c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your api key>
$ convox env set DD_API_KEY=<your api key>
$ convox deploy
$ convox scale agent --count=3 --cpu=10 --memory=128
```
Expand Down

0 comments on commit b835c23

Please sign in to comment.