dynamic/.drone.yml

14 lines
214 B
YAML
Raw Normal View History

2017-12-17 19:12:12 +03:00
workspace:
base: /app
path: ./
pipeline:
build:
image: indiehosters/git
commands:
- git pull origin master
volumes:
- /var/www/dynamic.lessmore.pw:/app
- /root/.ssh:/root/.ssh