Skip to content

Commit

Permalink
Cleanup Reprocess package
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMurumba committed May 22, 2024
1 parent af4a58e commit 3712680
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions reprocess-mediator/docker-compose.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ configs:
file: ./openhimConfig.js
name: reprocess-openhimConfig.js-${reprocess_openhimConfig_js_DIGEST:?err}
labels:
name: reprocess
name: reprocess-mediator
reprocess-ui-app.json:
file: ./reprocess-ui-app.json
name: reprocess-ui-app.json-${reprocess_ui_json_DIGEST:?err}
labels:
name: reprocess
name: reprocess-mediator

networks:
openhim:
Expand Down
2 changes: 1 addition & 1 deletion reprocess-mediator/openhimConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function makeRequest(options, data) {
}

const appJsonData = JSON.parse(
fs.readFileSync(path.resolve(__dirname, "reprocessor-ui-app.json"))
fs.readFileSync(path.resolve(__dirname, "reprocess-ui-app.json"))
);
const appData = JSON.stringify(appJsonData);

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion reprocess-mediator/swarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function initialize_package() {
log error "Failed to deploy package"
exit 1
}
docker::deploy_config_importer $STACK "$COMPOSE_FILE_PATH/docker-compose.config.yml" "reprocess-config-importer" "reprocess"
docker::deploy_config_importer $STACK "$COMPOSE_FILE_PATH/docker-compose.config.yml" "reprocess-config-importer" "reprocess-mediator"
}

function destroy_package() {
Expand Down

0 comments on commit 3712680

Please sign in to comment.