We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f48d1 commit fb897e6Copy full SHA for fb897e6
1 file changed
ansible/group_vars/alpha-shiva.yml
@@ -1,9 +1,9 @@
1
name: "shiva"
2
-container_image: "registry.runnable.com/runnable/shiva"
+container_image: "registry.runnable.com/runnable/{{name}}"
3
container_tag: "{{ git_branch }}"
4
repo: "git@github.com:CodeNow/astral.git"
5
-node_version: "0.10.38"
6
-npm_version: "2.1.18"
+node_version: "4.2.1"
+npm_version: "2.8.3"
7
8
# Overrides the start command in the builder role
9
npm_start_command: "run shiva-start"
0 commit comments