vdk2ch/.drone.yml
hogweed1 d0401b3381
All checks were successful
continuous-integration/drone/push Build is passing
Изменил(а) на '.drone.yml'
2022-10-16 23:42:19 -04:00

24 lines
494 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
clone:
# убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию
disable: true
steps:
- name: kool stuff
environment:
SECRET_DATA:
from_secret: test_secret
commands:
- echo "$(date) \"$SECRET_DATA\"" >> /tmp/drone-tests
- name: pull into the folduh
commands:
- cd /var/www/vdk2ch
- git pull