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
397 B
YAML
Raw Normal View History

pipeline:
build:
image: node
commands:
- npm install -g bower gulp
- npm install
- npm test
- gulp
event: push
update:
image: appleboy/drone-git-push
branch: master
commit: true
commit-message: "[SKIP CI] update artifacts"
force: false
secrets:
- DRONE_COMMIT_AUTHOR
- DRONE_COMMIT_AUTHOR_EMAIL
- GIT_PUSH_SSH_KEY