Skip to content

Commit

Permalink
[BUGFIX] Corrige le nom des applications déployées pour pix-db-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2022
2 parents 1b95ae7 + 7ec9188 commit 1cb19a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = (function() {
PIX_EMBER_TESTING_LIBRARY_REPO_NAME: 'ember-testing-library',
PIX_SITE_REPO_NAME: 'pix-site',
PIX_DB_STATS_REPO_NAME: 'pix-db-stats',
PIX_DB_STATS_APPS_NAME: ['pix-db-stats-production', 'pix-db-stats-datawarehouse-production', 'pix-db-stats-datawarehouse-ext-production'],
PIX_DB_STATS_APPS_NAME: ['pix-db-stats', 'pix-db-stats-datawarehouse', 'pix-db-stats-datawarehouse-ext'],
PIX_SITE_APPS: ['pix-site', 'pix-pro'],
PIX_DATAWAREHOUSE_REPO_NAME: 'pix-db-replication',
PIX_DATAWAREHOUSE_APPS_NAME: ['pix-datawarehouse', 'pix-datawarehouse-ex'],
Expand Down

0 comments on commit 1cb19a0

Please sign in to comment.