test deploy
This commit is contained in:
parent
733a125f77
commit
f48441fd38
18
.gitea/workflows/deploy.yml
Normal file
18
.gitea/workflows/deploy.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- test-deploy
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: build hive configuration
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: http://github.com/cachix/install-nix-action@v18
|
||||||
|
- uses: http://github.com/cachix/cachix-action@v12
|
||||||
|
with:
|
||||||
|
name: colmena-build
|
||||||
|
- uses: http://github.com/nicknovitski/nix-develop@v1
|
||||||
|
- run: colmena apply
|
||||||
Loading…
x
Reference in New Issue
Block a user