From d55619c0ebc26ec9351c3242a302f7cd75eba479 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 12 Jun 2021 23:52:15 +0200 Subject: [PATCH] Debugging output in .drone.yml --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4bac6b3..e37ac04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,8 @@ steps: image: decentral1se/abra commands: - /root/.local/bin/app-json.py + - ls -R /root/.local + - ls /root - name: deployment image: decentral1se/stack-ssh-deploy:latest