vdk2ch/.drone.yml

19 lines
252 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
commands:
2022-10-17 01:33:23 +10:00
- echo hello world
- echo hello world >> /tmp/drone-tests
- name: copy to folder
commands:
- cd /var/www/html
- git pull