feat(infra): add ci for rescue01

This commit is contained in:
Julien Malka 2024-02-21 01:48:29 +01:00 committed by thubrecht
parent bdc5cbc197
commit a99078a3b2

View file

@ -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'