forked from DGNum/infrastructure
feat(infra): add ci for rescue01
This commit is contained in:
parent
bdc5cbc197
commit
a99078a3b2
1 changed files with 10 additions and 0 deletions
|
@ -58,3 +58,13 @@ jobs:
|
|||
run: |
|
||||
# Enter the shell
|
||||
nix-shell --run 'colmena build --on web02'
|
||||
|
||||
build_rescue01:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build rescue01
|
||||
run: |
|
||||
# Enter the shell
|
||||
nix-shell --run 'colmena build --on rescue01'
|
||||
|
|
Loading…
Reference in a new issue