Skip to content

Commit f26b4a7

Browse files
committed
Eru update
1 parent a799466 commit f26b4a7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ansible/group_vars/alpha-eru.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ node_version: 4.4.4
99
npm_version: 3.8
1010
has_shrinkwrap: true
1111

12+
dockerfile_enviroment: [
13+
"NPM_TOKEN {{ npm_token }}"
14+
]
15+
1216
dockerfile_post_install_commands:
1317
- apt-get update && apt-get install -y supervisor
1418
- npm run build
@@ -17,6 +21,7 @@ container_envs: >-
1721
-e AWS_ACCESS_KEY={{ eru_aws_access_key_id }}
1822
-e AWS_ENVIRONMENT={{ eru_aws_environment }}
1923
-e AWS_SECRET_KEY={{ eru_aws_secret_access_key }}
24+
-e BIG_POPPA_HOST={{ big_poppa_host_address }}:{{ big_poppa_port }}
2025
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
2126
-e DOMAIN={{ eru_subdomain }}.{{ domain }}
2227
-e GITHUB_CLIENT_ID={{ eru_github_id }}

0 commit comments

Comments
 (0)