From 97721e86ef181d69842dc48c4bd11883923b9985 Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Mon, 2 Dec 2024 15:22:25 +0200 Subject: [PATCH] UHF-9937: Update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbfd1195..36401cd4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ search found on the site and provides other recruitment information for the city Env | Branch | Drush alias | URL --- | ------ | ----------- | --- development | * | - | http://helfi-rekry.docker.so/ -production | main | @main | TBD +production | main | @main | https://www.hel.fi/fi/avoimet-tyopaikat ## Requirements @@ -110,7 +110,7 @@ listings are published for indexing. - The `helfi_rekry_content` module code can be found from [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/tree/dev/public/modules/custom/helfi_rekry_content). - The migration interval for the new job listings can be checked from the cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/migrate-job-listings.sh). -- The migration interval for changed job listings poll is written on this cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/migrate-changed-job-listings.sh). +- The migration interval for images, taxonomy terms, etc. is written on this cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/migrate-helbit-data.sh). - The scheduled publishing interval can be checked from this cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/content-scheduler.sh). ### Testing on local