Skip to content

Commit 754973d

Browse files
author
Myztiq
committed
Fixed deployment
1 parent daf8b10 commit 754973d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/group_vars/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ vault_port: 8200
219219

220220
# user-vault
221221
user_vault_port: 8200
222+
user_vault_host_address: user-vault
222223

223224
# local-vault
224225
vault_local_port: 31836

ansible/group_vars/alpha-starlord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inject_ca: false
66
repo: git@github.com:CodeNow/{{ name }}.git
77
node_version: "6.10.2"
88

9-
envs:
9+
container_envs:
1010
- name: NODE_ENV
1111
value: "{{ node_env }}"
1212
- name: VAULT_ENDPOINT

0 commit comments

Comments
 (0)