forked from DGNum/infrastructure
feat(workflows/eval): Add web03 to the list
This commit is contained in:
parent
ad8ddb1f4d
commit
9931c622b6
1 changed files with 19 additions and 0 deletions
|
@ -180,6 +180,25 @@ jobs:
|
||||||
name: outputs_web02
|
name: outputs_web02
|
||||||
path: paths.txt
|
path: paths.txt
|
||||||
|
|
||||||
|
build_and_cache_web03:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Build and cache the node
|
||||||
|
run: nix-shell --run cache-node
|
||||||
|
env:
|
||||||
|
STORE_ENDPOINT: "https://tvix-store.dgnum.eu/infra-signing/"
|
||||||
|
STORE_USER: "admin"
|
||||||
|
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
|
||||||
|
BUILD_NODE: "web03"
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: outputs_web02
|
||||||
|
path: paths.txt
|
||||||
|
|
||||||
build_and_cache_bridge01:
|
build_and_cache_bridge01:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue