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
Georg bc0a2b6b3b
All checks were successful
continuous-integration/drone/push Build is passing
Removing debug pipeline
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-07 05:29:24 +02:00

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