vdk2ch/.drone.yml
hogweed1 0ec844791a
Some checks failed
continuous-integration/drone/push Build is failing
teest
2022-10-16 11:41:45 -04:00

21 lines
297 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
environment:
PWD: /var/www/vdk2ch
commands:
#- cd /var/www/vdk2ch
- git pull