liquet/.drone.yml

29 lines
531 B
YAML
Raw Normal View History

2019-05-06 21:51:54 +02:00
kind: pipeline
name: default
steps:
2019-09-27 16:04:24 +02:00
- name: build
2019-09-27 16:13:51 +02:00
image: cupcakearmy/pnpm
2019-09-27 16:04:24 +02:00
pull: always
commands:
- node -v
2019-09-27 16:13:51 +02:00
- 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