From d19ef6fbb7c83d34ce2fa20711ee0053f56d8b84 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:09:15 -0700 Subject: [PATCH] Deploy worker to bosslevel (#433) --- .github/workflows/porter_app_worker_4828.yml | 3 +++ .github/workflows/porter_app_worker_4879.yml | 3 +++ docker/README.md | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/porter_app_worker_4828.yml b/.github/workflows/porter_app_worker_4828.yml index 2dbd5455..be5a6d9a 100644 --- a/.github/workflows/porter_app_worker_4828.yml +++ b/.github/workflows/porter_app_worker_4828.yml @@ -18,6 +18,9 @@ jobs: - name: Setup porter uses: porter-dev/setup-porter@v0.1.0 + - name: Install uv + uses: astral-sh/setup-uv@v5 + - name: Build Dist run: make full-dist diff --git a/.github/workflows/porter_app_worker_4879.yml b/.github/workflows/porter_app_worker_4879.yml index 0cb1946a..234245d9 100644 --- a/.github/workflows/porter_app_worker_4879.yml +++ b/.github/workflows/porter_app_worker_4879.yml @@ -18,6 +18,9 @@ jobs: - name: Setup porter uses: porter-dev/setup-porter@v0.1.0 + - name: Install uv + uses: astral-sh/setup-uv@v5 + - name: Build Dist run: make full-dist diff --git a/docker/README.md b/docker/README.md index f8251bbd..ebba30f8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -74,7 +74,7 @@ curl http://localhost:9099/v1/health You should receive a response indicating that the engine is healthy: ```json -{ "status": "healthy" } +{ "healthy": "true" } ``` Open a browser and navigate to http://localhost:9099/dashboard to view the Arcade dashboard.