vdk2ch/.drone.yml

18 lines
232 B
YAML
Raw Normal View History

2022-10-17 01:01:07 +10:00
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: kool stuff
2022-10-17 01:42:35 +10:00
commands:
- echo "$(date)" >> /tmp/drone-tests
- name: copy to folder
2022-10-17 01:01:07 +10:00
commands:
2022-10-17 01:42:35 +10:00
- cd /var/www/vdk2ch
2022-10-17 01:33:23 +10:00
- git pull