diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml.old similarity index 100% rename from .gitlab-ci.yml rename to .gitlab-ci.yml.old diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..bb51948 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,18 @@ +pipeline: + docker-master: + group: docker + image: docker:stable + environment: + - DOCKER_HOST=tcp://docker:2375 + commands: + - docker --tls=false ps + when: + event: + - push + branch: 'master' + + services: + docker: + image: docker:dind + command: [ "--storage-driver=vfs", "--tls=false" ] + privileged: true \ No newline at end of file