initial commit
All checks were successful
ci/woodpecker/push/drone Pipeline was successful

This commit is contained in:
2023-03-31 01:45:25 -05:00
commit 70749c454f
3 changed files with 18 additions and 0 deletions

7
.drone.yml Normal file
View File

@@ -0,0 +1,7 @@
pipeline:
build-plugin:
image: docker
commands:
- cat Dockerfile | docker build -t goat-deploy-plugin -
volumes:
- /var/run/docker.sock:/var/run/docker.sock