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

21 lines
312 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) \"$SECRET_DATA\"" >> /tmp/drone-tests
- name: copy to folder
commands:
- cd /var/www/vdk2ch
- git pull