ci: build homepage on our Drone

This commit is contained in:
Raito Bezarius 2021-11-20 00:14:47 +01:00
parent 4ec46ded1a
commit d25d587830

17
.drone.yml Normal file
View file

@ -0,0 +1,17 @@
---
kind: pipeline
type: exec
name: Build homepage
node:
nix: true
platform:
os: linux
arch: amd64
steps:
- name: Build homepage
commands:
- "export NIX_PATH=/var/nixpkgs"
- "echo Building homepage && nix-build -A production"