Move to docker image

This commit is contained in:
Robert Marshall 2023-02-16 18:42:13 +00:00
parent 832b4fb36a
commit bb93afd555
5 changed files with 47 additions and 83 deletions

29
.drone.yml Normal file
View file

@ -0,0 +1,29 @@
kind: pipeline
name: default
clone:
skip_verify: true
volumes:
- name: output
host:
path: /var/www/Website
steps:
- name: docker
image: plugins/docker
settings:
repo: docker.robware.uk/website
registry: docker.robware.uk
tags: latest
- name: notify
image: drillster/drone-email
settings:
host: 192.168.1.3
skip_verify: true
from: build@robware.uk
when:
status:
- changed
- failure