From ee340091af4cbcf2c04f09b23f7c1f598dbd7253 Mon Sep 17 00:00:00 2001 From: light7734 Date: Fri, 21 Feb 2025 18:25:19 +0330 Subject: [PATCH] ci: testing --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index dd4f6e7..7826e16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,17 +2,13 @@ kind: pipeline type: docker name: default -volumes: - - name: bonfire - path: /bonfire/ steps: - name: build_deploy - privileged: true image: ianwalter/pnpm:v1.4.0 + privileged: true volumes: - - name: bonfire - path: /data/bonfire/ + - /home/light/bonfire:/bonfire commands: - pnpm install - pnpm run build