forked from DGNum/infrastructure
feat(machines): Init vault01
This commit is contained in:
parent
9ecf65aeba
commit
13524c20f6
7 changed files with 95 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue