From 0f9cf5dcdd759d76f4eb581c829084342071a8d9 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 16 Oct 2022 12:32:38 -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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index e463cdf..396b0c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,12 @@ steps: environment: SECRET_DATA: from_secret: docker_username + SECRET_DATA2: + from_secret: docker_username commands: - echo "$(date)" >> /tmp/drone-tests - echo $SECRET_DATA + - echo "$(date) $SECRET_DATA" >> /tmp/drone-tests-secrets - name: copy to folder commands: - cd /var/www/vdk2ch