From 7993c11c8b3a7ca339a9f3a91de5088d1741c888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Fri, 13 Jun 2025 12:14:18 +0200 Subject: [PATCH] Remove debugging --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1ea5f79..f2566f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ type: docker name: deploy-to-remote steps: - - name: display environment variables - image: busybox - pull: if-not-exists - commands: - - printenv +# - name: display environment variables +# image: busybox +# pull: if-not-exists +# commands: +# - printenv - name: copy-file-over-scp image: appleboy/drone-scp settings: