1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Viktor Lofgren
ea23f33738 (deploy) Correct deploy script for headlesschrome 2025-05-28 15:56:05 +02:00
Viktor Lofgren
4a8a028118 (deploy) Deploy assistant and browserless 2025-05-28 15:50:26 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -8,4 +8,5 @@
2025-05-05: Deploy executor partition 4.
2025-05-05: Deploy control.
2025-05-08: Deploy assistant.
2025-05-17: Redeploy all.
2025-05-17: Redeploy all.
2025-05-28: Deploy assistant and browserless.

View File

@@ -272,9 +272,9 @@ if __name__ == '__main__':
deploy_tier=1,
groups={"all", "core"}
),
'browserless': ServiceConfig(
'headlesschrome': ServiceConfig(
gradle_target=':code:tools:browserless:docker',
docker_name='browserless',
docker_name='headlesschrome',
instances=None,
deploy_tier=2,
groups={"all", "core"}