Deploy worker to bosslevel (#433)
This commit is contained in:
parent
8a9845b484
commit
d19ef6fbb7
3 changed files with 7 additions and 1 deletions
3
.github/workflows/porter_app_worker_4828.yml
vendored
3
.github/workflows/porter_app_worker_4828.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
3
.github/workflows/porter_app_worker_4879.yml
vendored
3
.github/workflows/porter_app_worker_4879.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue