Skip to content

Commit 652fe69

Browse files
authored
Merge pull request #379 from eLifePathways/staging
Fix dev deployment pipelines
2 parents e22b783 + 8a1cea8 commit 652fe69

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.fly/kotahi-server-main.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ MANUSCRIPTS_TABLE_COLUMNS = 'shortId, submission.$title, created, updated, statu
2121
NODE_ENV = 'production'
2222
SERVER_PORT = 8080
2323
SERVER_URL = 'https://kotahi-server-main.fly.dev'
24-
SERVICE_ANYSTYLE_HOST = 'anystyle-ms.fly.dev'
24+
SERVICE_ANYSTYLE_HOST = 'anystyle-microservice.fly.dev'
2525
SERVICE_ANYSTYLE_PORT = ''
2626
SERVICE_ANYSTYLE_PROTOCOL = 'https'
27-
SERVICE_PAGEDJS_HOST = 'pagedjs-ms.fly.dev'
27+
SERVICE_PAGEDJS_HOST = 'pagedjs-microservice.fly.dev'
2828
SERVICE_PAGEDJS_PORT = ''
2929
SERVICE_PAGEDJS_PROTOCOL = 'https'
30-
SERVICE_XSWEET_HOST = 'xsweet-ms.fly.dev'
30+
SERVICE_XSWEET_HOST = 'xsweet-microservice.fly.dev'
3131
SERVICE_XSWEET_PORT = ''
3232
SERVICE_XSWEET_PROTOCOL = 'https'
3333
USE_SANDBOXED_ORCID = 'true'

.fly/kotahi-server-test.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,19 @@ destination = '/custom'
5252
NODE_ENV = "production"
5353
CLIENT_URL = "https://kotahi-client-test.fly.dev"
5454
SERVER_URL = "https://kotahi-server-test.fly.dev"
55-
WS_YJS_SERVER_PORT = "8081"
55+
SERVER_PORT = 8080
56+
WS_YJS_SERVER_PORT = 8081
5657
INSTANCE_GROUPS = "journal:journal,prc:prc,single_form:preprint1,preprint2:preprint2"
5758
MANUSCRIPTS_TABLE_COLUMNS = 'shortId, submission.$title, created, updated, status, author'
5859
USE_SANDBOXED_ORCID = "true"
5960
SERVICE_PAGEDJS_PROTOCOL = "https"
60-
SERVICE_PAGEDJS_HOST = "pagedjs-ms.fly.dev"
61+
SERVICE_PAGEDJS_HOST = "pagedjs-microservice.fly.dev"
6162
SERVICE_PAGEDJS_PORT = ""
6263
SERVICE_XSWEET_PROTOCOL = "https"
63-
SERVICE_XSWEET_HOST = "xsweet-ms.fly.dev"
64+
SERVICE_XSWEET_HOST = "xsweet-microservice.fly.dev"
6465
SERVICE_XSWEET_PORT = ""
6566
SERVICE_ANYSTYLE_PROTOCOL = "https"
66-
SERVICE_ANYSTYLE_HOST = "anystyle-ms.fly.dev"
67+
SERVICE_ANYSTYLE_HOST = "anystyle-microservice.fly.dev"
6768
SERVICE_ANYSTYLE_PORT = ""
6869
FLAX_EXPRESS_PORT = 8081
6970
FLAX_EXPRESS_HOST = "flax.fly.dev"

0 commit comments

Comments
 (0)