This repository has been archived on 2021-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
theme-geeklab/.drone.yml

21 lines
404 B
YAML
Raw Normal View History

pipeline:
build:
image: node
commands:
- npm install -g gulp
- npm install
- gulp
2018-12-23 00:14:12 +01:00
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
2018-12-23 13:42:55 +01:00
secrets: [git_push_ssh_key]
2018-12-23 00:14:12 +01:00
when:
event: push