We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a799466 commit f26b4a7Copy full SHA for f26b4a7
1 file changed
ansible/group_vars/alpha-eru.yml
@@ -9,6 +9,10 @@ node_version: 4.4.4
9
npm_version: 3.8
10
has_shrinkwrap: true
11
12
+dockerfile_enviroment: [
13
+ "NPM_TOKEN {{ npm_token }}"
14
+]
15
+
16
dockerfile_post_install_commands:
17
- apt-get update && apt-get install -y supervisor
18
- npm run build
@@ -17,6 +21,7 @@ container_envs: >-
21
-e AWS_ACCESS_KEY={{ eru_aws_access_key_id }}
22
-e AWS_ENVIRONMENT={{ eru_aws_environment }}
19
23
-e AWS_SECRET_KEY={{ eru_aws_secret_access_key }}
24
+ -e BIG_POPPA_HOST={{ big_poppa_host_address }}:{{ big_poppa_port }}
20
25
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
26
-e DOMAIN={{ eru_subdomain }}.{{ domain }}
27
-e GITHUB_CLIENT_ID={{ eru_github_id }}
0 commit comments