File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ node_version: "4.2.2"
77npm_version : " 2.14.7"
88
99container_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 %}
You can’t perform that action at this time.
0 commit comments