technology-note/.drone.yml
2022-09-24 11:10:06 +08:00

45 lines
1.0 KiB
YAML

kind: pipeline
type: docker
name: blogPublish
clone:
depth: 1
steps:
- name: pull
image: bitnami/git
# volumes:
# - name: app
# path: /app
# - name: ssh
# path: ~/.ssh
commands:
- pwd
- ls -l ./
# - cd /app/blogPublish
# - git pull
# - cd /app/blogPublish/source/_posts/technology-note
# - git pull
# - name: package
# image: node:16-bullseye
# volumes:
# - name: app
# path: /app
# commands:
# - cd /app
# - npm install -g hexo --registry=https://registry.npmmirror.com
# - npm install --registry=https://registry.npmmirror.com
# - hexo v && hexo clean && hexo g
# - cd public
# - tar -czf ../dist.tar.gz *
# - cd public
# - name: deploy
# image: drillster/drone-rsync
# settings:
# hosts: [ "fleyx.com:22000" ]
# source: ./target
# target: ~/packages
# include: [ "app.jar", "app.jar.md5" ]
# script:
# - cd ~/packages
# - md5sum -c app.jar.md5