From 64be9cf520d9d7ef7b30201fa5e1d1b94de53d72 Mon Sep 17 00:00:00 2001 From: Memiks Date: Fri, 6 Dec 2019 09:50:48 +0900 Subject: [PATCH] bis --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 06f676e..cbf2480 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,19 +3,19 @@ type: exec name: exec-debian-memiks platform: - os: linux - arch: amd64 +os: linux +arch: amd64 steps: - name: greeting +- name: greeting commands: - echo hello world - name: build +- name: build commands: - docker build -t docker-php-nginx . trigger: - event: - - push - - tag - - rollback \ No newline at end of file +event: +- push +- tag +- rollback