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