diff --git a/.drone.yml b/.drone.yml index f21d231..58bfbd0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,9 @@ platform: os: linux arch: amd64 +clone: + # убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию + disable: true steps: - name: kool stuff @@ -15,7 +18,7 @@ steps: from_secret: test_secret commands: - echo "$(date) \"$SECRET_DATA\"" >> /tmp/drone-tests -- name: copy to folder +- name: pull into the folduh commands: - cd /var/www/vdk2ch - git pull \ No newline at end of file