Skip to content

Commit 0e72a11

Browse files
authored
Merge pull request #144 from open-runtimes/chore-upgrade-ssr-runtime
Chore: Deprecate SSR runtime
2 parents e80aec2 + 0483dd7 commit 0e72a11

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"utopia-php/preloader": "0.2.*",
3737
"utopia-php/system": "0.9.*",
3838
"utopia-php/orchestration": "0.14.*",
39-
"appwrite/php-runtimes": "0.17.*"
39+
"appwrite/php-runtimes": "0.18.*"
4040
},
4141
"require-dev": {
4242
"swoole/ide-helper": "4.8.5",

composer.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/ExecutorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ public function testSSRLogs(): void
508508
'runtimeId' => 'test-ssr-build',
509509
'source' => '/storage/sites/astro/code.tar.gz',
510510
'destination' => '/storage/builds/test',
511-
'image' => 'openruntimes/ssr:v4rc-22',
511+
'image' => 'openruntimes/node:v4rc-22',
512512
'outputDirectory' => './dist',
513513
'command' => 'tar -zxf /tmp/code.tar.gz -C /mnt/code && helpers/build.sh "source /usr/local/server/helpers/astro/env.sh && npm install && npm run build && sh /usr/local/server/helpers/astro/bundle.sh"',
514514
'remove' => true
@@ -524,7 +524,7 @@ public function testSSRLogs(): void
524524
$params = [
525525
'runtimeId' => 'test-ssr-exec',
526526
'source' => $buildPath,
527-
'image' => 'openruntimes/ssr:v4rc-22',
527+
'image' => 'openruntimes/node:v4rc-22',
528528
'runtimeEntrypoint' => 'cp /tmp/code.tar.gz /mnt/code/code.tar.gz && nohup helpers/start.sh "source /usr/local/server/helpers/astro/env.sh && ' . $command . '"',
529529
'path' => '/logs'
530530
];

0 commit comments

Comments
 (0)