From 89f4a71dd27582269e86be35dd9b9d929761bf0b Mon Sep 17 00:00:00 2001 From: Memiks Date: Fri, 6 Dec 2019 09:45:40 +0900 Subject: [PATCH] test drone --- .drone.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .drone.yml 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