From 52425757250a351051695ea39b51a7e5dd29ceb2 Mon Sep 17 00:00:00 2001 From: Fabien Arcellier Date: Mon, 19 Feb 2024 14:54:47 +0100 Subject: [PATCH] feat: allow running review app to validate PR from external contribution * configure streamsync to be able to deploy review application --- .buildpacks | 2 ++ Procfile | 1 + 2 files changed, 3 insertions(+) create mode 100644 .buildpacks create mode 100644 Procfile diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 000000000..2730964b1 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +https://github.com/FabienArcellier/nodejs-buildpack#streamsync-review +https://github.com/FabienArcellier/python-buildpack#streamsync-review \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..76890e5d0 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: streamsync --port $PORT --host 0.0.0.0 --enable-remote-edit edit apps/hello \ No newline at end of file