this isn't where the pipeline lives anymore
parent
cda5c1781c
commit
91f5123ff7
@ -1,25 +0,0 @@
|
|||||||
kind: pipeline
|
|
||||||
name: publish
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: submodules
|
|
||||||
image: alpine/git
|
|
||||||
commands:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
- name: build
|
|
||||||
image: code.ndumas.com/ndumas/quartz
|
|
||||||
commands:
|
|
||||||
- ls
|
|
||||||
- cat Makefile
|
|
||||||
- name: publish
|
|
||||||
image: drillster/drone-rsync
|
|
||||||
settings:
|
|
||||||
key:
|
|
||||||
from_secret: blog_sync_key
|
|
||||||
user: blog
|
|
||||||
delete: true
|
|
||||||
recursive: true
|
|
||||||
hosts: ["blog.ndumas.com"]
|
|
||||||
source: ./public/
|
|
||||||
target: /var/www/blog.ndumas.com/
|
|
||||||
include: ["*"]
|
|
Loading…
Reference in New Issue