vdk2ch/.drone.yml
hogweed1 618c5863ca
Some checks failed
continuous-integration/drone/push Build is failing
Изменил(а) на '.drone.yml'
2022-10-16 11:33:23 -04:00

19 lines
252 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: kool stuff
commands:
- echo hello world
- echo hello world >> /tmp/drone-tests
- name: copy to folder
commands:
- cd /var/www/html
- git pull