feat(machines): Init vault01

This commit is contained in:
Tom Hubrecht 2024-01-10 15:00:18 +01:00
parent 9ecf65aeba
commit 13524c20f6
7 changed files with 95 additions and 0 deletions

View file

@ -29,6 +29,16 @@ jobs:
# Enter the shell
nix-shell --run 'colmena build --on storage01'
build_vault01:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Build vault01
run: |
# Enter the shell
nix-shell --run 'colmena build --on vault01'
build_web01:
runs-on: nix
steps: