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

30 lines
626 B
YAML
Raw Normal View History

2019-01-13 16:55:17 +01:00
---
kind: pipeline
name: default
steps:
- name: build
image: node
commands:
2019-01-13 17:18:34 +01:00
- npm install -g gulp -s
- npm install -s
- 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
force: false
2019-01-13 17:18:34 +01:00
environment:
2019-01-13 17:23:09 +01:00
GIT_PUSH_COMMIT_MESSAGE: "[SKIP CI] Update artifacts"
DRONE_COMMIT_AUTHOR: DroneShipper
DRONE_COMMIT_AUTHOR_EMAIL: shipper@rknet.org
2019-01-13 17:18:34 +01:00
GIT_PUSH_SSH_KEY:
from_secret: git_push_ssh_key
2018-12-23 00:14:12 +01:00
when:
event: push