Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Add dummy newrelic env vars during build (#187)
Browse files Browse the repository at this point in the history
Otherwise compilation fails:
** (RuntimeError) environment variable NEWRELIC_KEY is missing.
  • Loading branch information
klaus993 authored Sep 22, 2023
1 parent 5ae9aef commit f028e41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/playbooks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
RPC_API_HOST:
TESTNET_RPC_API_HOST:
TESTNET_2_RPC_API_HOST:
NEWRELIC_KEY:
NEWRELIC_APP_NAME:
DATABASE_PATH: "{{ lookup('ansible.builtin.env', 'DATABASE_PATH') }}"
SECRET_KEY_BASE: "{{ lookup('ansible.builtin.env', 'SECRET_KEY_BASE') }}"
PORT: "4100"
Expand Down

0 comments on commit f028e41

Please sign in to comment.