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

18 lines
232 B
YAML

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