14 lines
214 B
YAML
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
|
|
|