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

29 lines
564 B
YAML
Raw Normal View History

2019-01-13 16:55:17 +01:00
---
kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install -g gulp
- npm install
- gulp
2018-12-23 00:14:12 +01:00
when:
event: push
2019-01-13 16:55:17 +01:00
- name: update
image: appleboy/drone-git-push
2019-01-13 16:55:17 +01:00
settings:
branch: master
remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git
commit: true
2019-01-13 17:04:47 +01:00
commit-message: "[SKIP CI] Update artifacts"
2019-01-13 16:55:17 +01:00
force: false
2019-01-13 17:04:47 +01:00
ssh-key:
2019-01-13 16:55:17 +01:00
from_secret: git_push_ssh_key
author_name: DroneShipper
author_email: shipper@rknet.org
2018-12-23 00:14:12 +01:00
when:
event: push