Skip to content

Commit 7043152

Browse files
committed
change sorting
1 parent dbe6da5 commit 7043152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-pheidi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ node_version: "4.2.2"
77
npm_version: "2.14.7"
88

99
container_envs: >
10-
-e RUNNABOT_GITHUB_ACCESS_TOKENS={{ pheidi_runnabot_tokens }}
1110
-e DATADOG_HOST={{ datadog_host_address }}
1211
-e DATADOG_PORT={{ datadog_port }}
1312
-e DOMAIN={{ domain }}
@@ -19,6 +18,7 @@ container_envs: >
1918
-e RABBITMQ_PORT="{{ rabbit_port }}"
2019
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
2120
-e ROLLBAR_KEY={{ pheidi_rollbar_token }}
21+
-e RUNNABOT_GITHUB_ACCESS_TOKENS={{ pheidi_runnabot_tokens }}
2222
{% if node_env != "production-epsilon" %} -e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem {% endif %}
2323
{% if node_env != "production-epsilon" %} -e MONGO_CERT=/opt/ssl/mongo-client/cert.pem {% endif %}
2424
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}

0 commit comments

Comments
 (0)