From b4bc82aea81e7c223a8d51bed3c1b0164018e9d1 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 16 Oct 2022 11:42:35 -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 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index bc1b9b8..df79ccc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,12 +10,9 @@ platform: steps: - name: kool stuff + commands: + - echo "$(date)" >> /tmp/drone-tests +- name: copy to folder commands: - - echo hello world - - echo hello world >> /tmp/drone-tests -- name: copy to folder - environment: - PWD: /var/www/vdk2ch - commands: - #- cd /var/www/vdk2ch + - cd /var/www/vdk2ch - git pull \ No newline at end of file