forked from DGNum/metis
ci: build homepage on our Drone
This commit is contained in:
parent
4ec46ded1a
commit
d25d587830
1 changed files with 17 additions and 0 deletions
17
.drone.yml
Normal file
17
.drone.yml
Normal 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"
|
Loading…
Reference in a new issue