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

21 lines
213 B
YAML

---
kind: pipeline
type: exec
name: default1
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: deploy
commands:
- sh /opt/drone/scripts/sync-gemini.sh
trigger:
branch:
- master