From 4ff005de5bbea9379a32297126da2b0c4c7ead8e Mon Sep 17 00:00:00 2001 From: samuel-p Date: Mon, 25 Jan 2021 23:08:46 +0100 Subject: [PATCH] updated .drone.yml --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index f1073e1..7e2e8d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: node:alpine + image: node:slim commands: - npm install - npm run build:ssr @@ -22,12 +22,11 @@ steps: from_secret: USERNAME password: from_secret: PASSWORD - -trigger: - branch: - - master - event: - - push + when: + branch: + - master + event: + - push --- kind: pipeline @@ -54,11 +53,12 @@ steps: from_secret: USERNAME password: from_secret: PASSWORD - when: - branch: - - master - event: - - push + +trigger: + branch: + - master + event: + - push --- kind: pipeline