fix(ci): Push vault01 to cache too
All checks were successful
build configuration / build_web02 (push) Successful in 1m33s
build configuration / build_compute01 (push) Successful in 1m33s
build configuration / build_web01 (push) Successful in 1m53s
lint / check (push) Successful in 30s
build configuration / build_geo01 (push) Successful in 1m7s
build configuration / build_geo02 (push) Successful in 1m12s
build configuration / build_bridge01 (push) Successful in 1m13s
build configuration / push_to_cache_storage01 (push) Successful in 1m33s
build configuration / push_to_cache_rescue01 (push) Successful in 1m21s
build configuration / push_to_cache_web02 (push) Successful in 1m26s
build configuration / push_to_cache_geo01 (push) Successful in 1m19s
build configuration / push_to_cache_compute01 (push) Successful in 2m11s
build configuration / push_to_cache_geo02 (push) Successful in 1m22s
build configuration / push_to_cache_web01 (push) Successful in 2m7s
build configuration / push_to_cache_bridge01 (push) Successful in 1m14s
build configuration / build_vault01 (push) Successful in 1m26s
build configuration / build_storage01 (push) Successful in 1m27s
build configuration / push_to_cache_vault01 (push) Successful in 1m24s
build configuration / build_rescue01 (push) Successful in 1m30s
All checks were successful
build configuration / build_web02 (push) Successful in 1m33s
build configuration / build_compute01 (push) Successful in 1m33s
build configuration / build_web01 (push) Successful in 1m53s
lint / check (push) Successful in 30s
build configuration / build_geo01 (push) Successful in 1m7s
build configuration / build_geo02 (push) Successful in 1m12s
build configuration / build_bridge01 (push) Successful in 1m13s
build configuration / push_to_cache_storage01 (push) Successful in 1m33s
build configuration / push_to_cache_rescue01 (push) Successful in 1m21s
build configuration / push_to_cache_web02 (push) Successful in 1m26s
build configuration / push_to_cache_geo01 (push) Successful in 1m19s
build configuration / push_to_cache_compute01 (push) Successful in 2m11s
build configuration / push_to_cache_geo02 (push) Successful in 1m22s
build configuration / push_to_cache_web01 (push) Successful in 2m7s
build configuration / push_to_cache_bridge01 (push) Successful in 1m14s
build configuration / build_vault01 (push) Successful in 1m26s
build configuration / build_storage01 (push) Successful in 1m27s
build configuration / push_to_cache_vault01 (push) Successful in 1m24s
build configuration / build_rescue01 (push) Successful in 1m30s
This commit is contained in:
parent
44fefd6327
commit
1e85547490
1 changed files with 21 additions and 0 deletions
|
@ -204,6 +204,27 @@ jobs:
|
|||
name: outputs_geo02
|
||||
path: uploaded.txt
|
||||
|
||||
push_to_cache_vault01:
|
||||
runs-on: nix
|
||||
needs:
|
||||
- build_vault01
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Push to cache
|
||||
run: nix-shell --run push-to-nix-cache
|
||||
env:
|
||||
STORE_ENDPOINT: "https://tvix-store.dgnum.eu/infra-signing/"
|
||||
STORE_USER: "admin"
|
||||
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
|
||||
NODES: '[ "vault01" ]'
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: outputs_vault01
|
||||
path: uploaded.txt
|
||||
|
||||
push_to_cache_web01:
|
||||
runs-on: nix
|
||||
needs:
|
||||
|
|
Loading…
Reference in a new issue