Files
web-deploy-plugin/.drone.yml
Gregory Marco 70749c454f
All checks were successful
ci/woodpecker/push/drone Pipeline was successful
initial commit
2023-03-31 01:45:25 -05:00

8 lines
183 B
YAML

pipeline:
build-plugin:
image: docker
commands:
- cat Dockerfile | docker build -t goat-deploy-plugin -
volumes:
- /var/run/docker.sock:/var/run/docker.sock