Files
web-deploy-plugin/.woodpecker.yml
Gregory Marco f8c5fda5c2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
run on linux runner
2024-12-08 04:34:58 -06:00

12 lines
214 B
YAML
Executable File

labels:
platform: linux/amd64
backend: docker
steps:
build-plugin:
image: docker
commands:
- docker build -t goat-deploy-plugin .
volumes:
- /var/run/docker.sock:/var/run/docker.sock