This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
geeklabor_legacy/themes/geeklab/.drone.yml
Robert Kaussow c8627b6e5b
All checks were successful
the build was successful
Squashed: fix headers; add meta inforation
2018-12-23 16:04:58 +01:00

21 lines
404 B
YAML

pipeline:
build:
image: node
commands:
- npm install -g gulp
- npm install
- gulp
when:
event: push
update:
image: appleboy/drone-git-push
branch: master
remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git
commit: true
commit-message: "[SKIP CI] update artifacts"
force: false
secrets: [git_push_ssh_key]
when:
event: push