dynamic/.drone.yml
2017-12-17 19:12:12 +03:00

14 lines
214 B
YAML

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