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

23 lines
379 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: kool stuff
environment:
SECRET_DATA:
from_secret: test_secret
commands:
- echo "$(date)" >> /tmp/drone-tests
- echo $SECRET_DATA
- echo "$(date) $SECRET_DATA" >> /tmp/drone-tests-secrets
- name: copy to folder
commands:
- cd /var/www/vdk2ch
- git pull