move drone

This commit is contained in:
root 2020-08-09 18:15:38 +07:00
parent b57ca2a27f
commit e636c3095d
1 changed files with 0 additions and 21 deletions

21
.github/.drone.yml vendored
View File

@ -1,21 +0,0 @@
# (C) Serge Victor 2020, GPLv3 License
#
# recently build version of documents is available on permanent storage disk mounted on /LDP
kind: pipeline
type: docker
name: 🗃 LDP Builder
steps:
- name: Martin's builder
image: tldp/builder:latest
commands:
- ldptool --dump-cfg
- rm -rf /LDP/BUILD
- rm -rf /LDP/MAIN
- mkdir -p /LDP/BUILD
- mkdir -p /LDP/MAIN
- rsync -av /LDP/WWW/en/ /LDP/MAIN
- ldptool --loglevel info --builddir /LDP/BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir /LDP/MAIN --list
- ldptool --loglevel info --builddir /LDP/BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir /LDP/MAIN --publish
- rsync -av --delete-after /LDP/MAIN/ /LDP/WWW/en