Store backend ci result
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
qvalentin 2023-04-09 16:21:57 +02:00
parent ecbc40d925
commit 6d898a206f
1 changed files with 10 additions and 0 deletions

View File

@ -6,14 +6,24 @@ name: Build backend
steps:
- name: Build backend
image: nixos/nix
volumes:
- name: cache
path: /drone-shared
commands:
- cd backend
- nix-channel --update
- nix-build
- cp result /drone-shared/jitsi-rooms-docker-image
trigger:
event:
include:
- tag
- push
volumes
- name: drone-shared
host:
path: /tmp/drone-shared
---
kind: pipeline