mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
build chain
This commit is contained in:
parent
df0cb6fd07
commit
179d718a39
43
.drone.yml
43
.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
|
||||
- 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
|
Loading…
Reference in New Issue
Block a user