build chain

This commit is contained in:
cupcakearmy 2019-09-27 16:13:51 +02:00
parent df0cb6fd07
commit 179d718a39

View File

@ -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
- 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