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

This commit is contained in:
hogweed1 2022-10-16 12:35:12 -04:00
parent be9c644066
commit d2db6ffb90

View File

@ -14,10 +14,8 @@ steps:
SECRET_DATA: SECRET_DATA:
from_secret: test_secret from_secret: test_secret
commands: commands:
- echo "$(date)" >> /tmp/drone-tests - echo "$(date) \"$SECRET_DATA\"" >> /tmp/drone-tests
- echo $SECRET_DATA
- echo "$(date) $SECRET_DATA" >> /tmp/drone-tests-secrets
- name: copy to folder - name: copy to folder
commands: commands:
#- cd /var/www/vdk2ch - cd /var/www/vdk2ch
- git pull - git pull