Reset configs and use new test

This commit is contained in:
Luke Murphy 2020-05-07 08:54:56 +02:00
parent d388dd0559
commit 5cbef64c52
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@ module.exports = {
extends: ["config:base"],
},
repositories: [
"autonomic-cooperative/gitea",
"autonomic-cooperative/alerta"
]
};

View File

@ -7,7 +7,7 @@ services:
environment:
- RENOVATE_CONFIG_FILE=/etc/config.js
configs:
- source: config-js-prod-v2
- source: config-js-prod-v1
target: /etc/config.js
deploy:
mode: replicated
@ -37,7 +37,7 @@ services:
- "traefik.enable=true"
configs:
config-js-prod-v2:
config-js-prod-v1:
file: configs/prod/config.js.tmpl
template_driver: golang