Skip to content

Commit

Permalink
docs(infra): update nomad/README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Aug 7, 2024
1 parent c78997d commit 97a3aba
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions infrastructure/nomad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,17 @@ Example of destroying running Nomad cluster:

Example of deploying Nomad cluster:
```shell
./cluster.sh deploy --no-logs-collection --datadog-key <DATADOG_API_KEY>` --l1-rpc-url <L1_RPC_URL>
./cluster.sh deploy --no-logs-collection --datadog-key <DATADOG_API_KEY> --l1-rpc-url <L1_RPC_URL>
```

> After successful deployment, you can find all secrets at: http://<TARGET_MACHINE_IP>:1111/secrets.json
> If only artifacts for a particular architecture and operating system are needed, you
> can specify them using the following environment variables ARTIFACTS_GOOS and ARTIFACTS_GOARCH, respectively.
> This will reduce the number of artifacts generated and thus reduce deployment time.
>
> Example:
> ```shell
> export ARTIFACTS_GOOS=linux
> export ARTIFACTS_GOARCH=amd64
> ```
> After successful deployment, you can find all artifacts (including secrets) at: http://<TARGET_MACHINE_IP>:1111

0 comments on commit 97a3aba

Please sign in to comment.