From d2db6ffb9002a175fb6978145e49fefbaafef191 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 16 Oct 2022 12:35:12 -0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a07f555..f21d231 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,8 @@ steps: SECRET_DATA: from_secret: test_secret commands: - - echo "$(date)" >> /tmp/drone-tests - - echo $SECRET_DATA - - echo "$(date) $SECRET_DATA" >> /tmp/drone-tests-secrets + - echo "$(date) \"$SECRET_DATA\"" >> /tmp/drone-tests - name: copy to folder commands: - #- cd /var/www/vdk2ch + - cd /var/www/vdk2ch - git pull \ No newline at end of file