From 655a4c5b22a9b8ef6df0383d68cd85a715cae486 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 13 Sep 2025 23:32:58 +0200 Subject: [PATCH] debugging --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6ee49c4..6c15edc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,9 @@ steps: - name: host-website-dist path: /mnt/website commands: + - uname -a + - node -v + - npm -v - npm ci - npm run build - cp -rT ./dist /mnt/website