diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index abc5b5148..7215cb53f 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -8,6 +8,7 @@ on: branches: - main - stable + - gwdg_deployment defaults: run: diff --git a/backend/src/main/java/de/uni_koeln/arachne/context/BuchseiteocrtextContextualizer.java b/backend/src/main/java/de/uni_koeln/arachne/context/BuchseiteocrtextContextualizer.java index e70676905..e654f6a64 100644 --- a/backend/src/main/java/de/uni_koeln/arachne/context/BuchseiteocrtextContextualizer.java +++ b/backend/src/main/java/de/uni_koeln/arachne/context/BuchseiteocrtextContextualizer.java @@ -40,7 +40,7 @@ public class BuchseiteocrtextContextualizer extends AbstractContextualizer { private static final Logger LOGGER = LoggerFactory.getLogger(BuchseiteocrtextContextualizer.class); - private final static String XELETOR_ADRESS = "http://arachne.uni-koeln.de:6688"; + private final static String XELETOR_ADRESS = "http://objects.auxiliary.idai.world:6688"; private final static String CONTEXT_TYPE = "Buchseiteocrtext";