From f48441fd38913bb5bc0b7aa399622ff116d87c82 Mon Sep 17 00:00:00 2001 From: shobu Date: Wed, 12 Nov 2025 00:10:13 +0100 Subject: [PATCH] test deploy --- .gitea/workflows/deploy.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..9b05a91 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -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