From 179d718a39eea56c0c377032a6123b71baf70e78 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 27 Sep 2019 16:13:51 +0200 Subject: [PATCH] build chain --- .drone.yml | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index 442b221..20bcb55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,29 +2,28 @@ kind: pipeline name: default steps: - - name: build - image: node:alpine + image: cupcakearmy/pnpm pull: always commands: - node -v - - npm i - - npm run build - - - - name: deploy - image: cupcakearmy/drone-deploy - pull: always - environment: - PLUGIN_KEY: - from_secret: ssh_key - settings: - host: srv-0.nicco.io - user: root - port: 1312 - target: /srv/web/blog - sources: - - ./liquet - when: - event: push - branch: master \ No newline at end of file + - pnpm --shamefully-flatten i + - pnpm run build:prod +# +# +# - name: deploy +# image: cupcakearmy/drone-deploy +# pull: always +# environment: +# PLUGIN_KEY: +# from_secret: ssh_key +# settings: +# host: srv-0.nicco.io +# user: root +# port: 1312 +# target: /srv/web/blog +# sources: +# - ./liquet +# when: +# event: push +# branch: master \ No newline at end of file