Изменил(а) на '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hogweed1 2022-10-16 23:42:19 -04:00
parent d2db6ffb90
commit d0401b3381

View File

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