diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6a0ef24 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- +kind: pipeline +name: publish docker image +steps: + - name: build and publish + image: plugins/docker + settings: + username: thecoopcloud + password: + from_secret: thecoopcloud_password + repo: thecoopcloud/wordpress + tag: 5.8.2-php7.4-fpm-bedrock