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
Robert Kaussow b1d6322227
Some checks failed
continuous-integration/drone/push Build is failing
try to fix ssh key
2019-01-13 17:04:47 +01:00

29 lines
564 B
YAML

---
kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install -g gulp
- npm install
- gulp
when:
event: push
- name: update
image: appleboy/drone-git-push
settings:
branch: master
remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git
commit: true
commit-message: "[SKIP CI] Update artifacts"
force: false
ssh-key:
from_secret: git_push_ssh_key
author_name: DroneShipper
author_email: shipper@rknet.org
when:
event: push