Deploy worker to bosslevel (#433)

This commit is contained in:
Eric Gustin 2025-06-13 14:09:15 -07:00 committed by GitHub
parent 8a9845b484
commit d19ef6fbb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -18,6 +18,9 @@ jobs:
- name: Setup porter - name: Setup porter
uses: porter-dev/setup-porter@v0.1.0 uses: porter-dev/setup-porter@v0.1.0
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Build Dist - name: Build Dist
run: make full-dist run: make full-dist

View file

@ -18,6 +18,9 @@ jobs:
- name: Setup porter - name: Setup porter
uses: porter-dev/setup-porter@v0.1.0 uses: porter-dev/setup-porter@v0.1.0
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Build Dist - name: Build Dist
run: make full-dist run: make full-dist

View file

@ -74,7 +74,7 @@ curl http://localhost:9099/v1/health
You should receive a response indicating that the engine is healthy: You should receive a response indicating that the engine is healthy:
```json ```json
{ "status": "healthy" } { "healthy": "true" }
``` ```
Open a browser and navigate to http://localhost:9099/dashboard to view the Arcade dashboard. Open a browser and navigate to http://localhost:9099/dashboard to view the Arcade dashboard.