diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2b5f4c7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,21 @@ +kind: pipeline +type: exec +name: exec-debian-memiks + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world +- name: build + commands: + - docker build -t docker-php-nginx . + +trigger: +event: +- push +- tag +- rollback \ No newline at end of file